ソースを参照

Minor logic fix

tags/v0.1^2
Ben Kurtovic 12年前
コミット
97c1710acf
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      earwigbot/commands/help.py

+ 1
- 1
earwigbot/commands/help.py ファイルの表示

@@ -40,7 +40,7 @@ class Command(BaseCommand):
def process(self, data):
if not data.command:
self.do_hello(data)
if data.args:
elif data.args:
self.do_command_help(data)
else:
self.do_main_help(data)


読み込み中…
キャンセル
保存