Remove dead or useless code
This commit is contained in:
parent
9935e038fc
commit
ac33ceb579
41 changed files with 15 additions and 80 deletions
|
|
@ -26,7 +26,7 @@ def cmd_choice(msg):
|
|||
|
||||
|
||||
@hook("cmd_hook", "choicecmd")
|
||||
def cmd_choice(msg):
|
||||
def cmd_choicecmd(msg):
|
||||
if not len(msg.args):
|
||||
raise IRCException("indicate some command to pick!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue