Browse Source

fix the 'unknown arg' message

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
522125c965
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      actions.py

+ 1
- 1
actions.py View File

@@ -88,4 +88,4 @@ def cmd_git(nick, host, chan, msg): # commands to interface with the bot's git r
say(chan, "\x02%s\x0F: done; new changes merged." % nick)

else:
say(chan, "\x02%s\x0F: unknown argument: '\x0302%s\x0301'." % (nick, arg[0]))
say(chan, "\x02%s\x0F: unknown argument: '\x0303%s\x0301'." % (nick, args[0]))

Loading…
Cancel
Save