gameServer/HWProtoInRoomState.hs
changeset 14379 b33127bc2424
parent 14118 589a752c01ca
child 14447 b444f100a625
equal deleted inserted replaced
14378:4edc73fc722c 14379:b33127bc2424
   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