func setOnIgnoreMessage(cherryRooms *config.CherryRooms, roomName, message string) { cherryRooms.SetOnIgnoreMessage(roomName, message[1:len(message)-1]) }