浏览代码

add in a return that I forgot

tags/v0.1
Ben Kurtovic 13 年前
父节点
当前提交
0f9ea57a85
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      irc/commands/help.py

+ 1
- 0
irc/commands/help.py 查看文件

@@ -24,6 +24,7 @@ def do_command_help():
exec "from irc.commands import %s as this_command" % command
except ImportError:
actions.say(data.chan, "\x02%s\x0F: command \x0303%s\x0301 not found!" % (data.nick, command))
return

info = this_command.__doc__



正在加载...
取消
保存