Skip to content

Commit

Permalink
Add !q as an alias for !quit
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Donald-Wilson committed May 30, 2014
1 parent 3972215 commit 93546de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wolfgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def leave(cli, what, nick, why=""):
hook("kick")(lambda cli, nick, *rest: leave(cli, "kick", rest[1]))


@cmd("quit", "leave")
@cmd("quit", "leave", "q")
def leave_game(cli, nick, chan, rest):
"""Quits the game."""
if var.PHASE == "none":
Expand Down

0 comments on commit 93546de

Please sign in to comment.