Example #1
0
func setIgnoreAction(cherryRooms *config.CherryRooms, roomName, action string) {
	cherryRooms.SetIgnoreAction(roomName, action[1:len(action)-1])
}