equal
deleted
inserted
replaced
450 ]] |
450 ]] |
451 |
451 |
452 handleCmd_inRoom ["CALLVOTE"] = do |
452 handleCmd_inRoom ["CALLVOTE"] = do |
453 cl <- thisClient |
453 cl <- thisClient |
454 return [AnswerClients [sendChan cl] |
454 return [AnswerClients [sendChan cl] |
455 ["CHAT", nickServer, loc "Available callvote commands: kick <nickname>, map <name>, pause, newseed, hedgehogs"] |
455 ["CHAT", nickServer, loc "Available callvote commands: hedgehogs <number>, pause, newseed, map <name>, kick <player>"] |
456 ] |
456 ] |
457 |
457 |
458 handleCmd_inRoom ["CALLVOTE", "KICK"] = do |
458 handleCmd_inRoom ["CALLVOTE", "KICK"] = do |
459 cl <- thisClient |
459 cl <- thisClient |
460 rm <- thisRoom |
460 rm <- thisRoom |