From 586065719483b32d7d1d270da4f32b731986302b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 28 Aug 2003 16:31:56 +0000 Subject: [PATCH] Added 401 to the commands that result in a 'no user on this network' message for relaywhois. --- plugins/Relay.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Relay.py b/plugins/Relay.py index fd1222c36..1c1712af2 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -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: