Added 401 to the commands that result in a 'no user on this network' message for relaywhois.

This commit is contained in:
Jeremy Fincher 2003-08-28 16:31:56 +00:00
parent aabd095239
commit 5860657194
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ class Relay(callbacks.Privmsg):
s = 'There is no %s on %s.' % (nick, self.abbreviations[irc])
replyIrc.reply(replyMsg, s)
do401 = do402
def _formatPrivmsg(self, nick, network, msg):
# colorize nicks
if self.color >= 1: