func setDeIgnoreAction(cherryRooms *config.CherryRooms, roomName, action string) { cherryRooms.SetDeIgnoreAction(roomName, action[1:len(action)-1]) }