diff --git a/ptgbot/bot.py b/ptgbot/bot.py index 9eb0e45..6a797b2 100644 --- a/ptgbot/bot.py +++ b/ptgbot/bot.py @@ -121,6 +121,8 @@ class PTGBot(irc.bot.SingleServerIRCBot): else: self.send(chan, "%s: unknown directive '%s'" % (nick, adverb)) self.usage(chan) + return + self.send(chan, "%s: ack" % (nick,)) def send(self, channel, msg): self.connection.privmsg(channel, msg)