gameServer/HWProtoInRoomState.hs
changeset 14379 b33127bc2424
parent 14118 589a752c01ca
child 14447 b444f100a625
--- a/gameServer/HWProtoInRoomState.hs	Sat Dec 08 14:10:42 2018 +0100
+++ b/gameServer/HWProtoInRoomState.hs	Sat Dec 08 14:13:18 2018 +0100
@@ -452,7 +452,7 @@
 handleCmd_inRoom ["CALLVOTE"] = do
     cl <- thisClient
     return [AnswerClients [sendChan cl]
-        ["CHAT", nickServer, loc "Available callvote commands: kick <nickname>, map <name>, pause, newseed, hedgehogs"]
+        ["CHAT", nickServer, loc "Available callvote commands: hedgehogs <number>, pause, newseed, map <name>, kick <player>"]
         ]
 
 handleCmd_inRoom ["CALLVOTE", "KICK"] = do