func roomActionSetter(cherryRooms *config.CherryRooms, roomName string, mSet, sSet []string) { data, _ := ioutil.ReadFile(sSet[1][1 : len(sSet[1])-1]) cherryRooms.AddAction(roomName, mSet[0], mSet[1][1:len(mSet[1])-1], string(data)) }