X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new2%2Fplomrogue%2Fcommands.py;fp=new2%2Fplomrogue%2Fcommands.py;h=a80731da48336af7db5dbd9359a00ad56a4ad05f;hp=bdf4824dcfa7325d6e8ef398ae78f04c91c035f7;hb=131e3c6e9a1808cef19a9085f060fe845a7b123d;hpb=225d5b3848fae3c074d7b1f3711b2aea9f67ed7a diff --git a/new2/plomrogue/commands.py b/new2/plomrogue/commands.py index bdf4824..a80731d 100644 --- a/new2/plomrogue/commands.py +++ b/new2/plomrogue/commands.py @@ -53,7 +53,7 @@ def cmd_QUERY(game, target_nick, msg, connection_id): cmd_QUERY.argtypes = 'string string' def cmd_PING(game, connection_id): - game.io.send('PONG') + game.io.send('PONG', connection_id) cmd_PING.argtypes = '' def cmd_TURN(game, n):