Revert "Add !q as an alias for !quit"

This reverts commit 93546dee9d02317f8f1748a3d257eb628e04b3c4.
This commit is contained in:
nyuszika7h 2014-07-16 17:22:19 +02:00
parent 6378c9e1a9
commit 730f9a3b18

View File

@ -1355,7 +1355,7 @@ hook("quit")(lambda cli, nick, *rest: leave(cli, "quit", nick, rest[0]))
hook("kick")(lambda cli, nick, *rest: leave(cli, "kick", rest[1])) hook("kick")(lambda cli, nick, *rest: leave(cli, "kick", rest[1]))
@cmd("quit", "leave", "q") @cmd("quit", "leave")
def leave_game(cli, nick, chan, rest): def leave_game(cli, nick, chan, rest):
"""Quits the game.""" """Quits the game."""
if var.PHASE == "none": if var.PHASE == "none":