mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Added 401 to the commands that result in a 'no user on this network' message for relaywhois.
This commit is contained in:
parent
aabd095239
commit
5860657194
@ -394,6 +394,8 @@ class Relay(callbacks.Privmsg):
|
|||||||
s = 'There is no %s on %s.' % (nick, self.abbreviations[irc])
|
s = 'There is no %s on %s.' % (nick, self.abbreviations[irc])
|
||||||
replyIrc.reply(replyMsg, s)
|
replyIrc.reply(replyMsg, s)
|
||||||
|
|
||||||
|
do401 = do402
|
||||||
|
|
||||||
def _formatPrivmsg(self, nick, network, msg):
|
def _formatPrivmsg(self, nick, network, msg):
|
||||||
# colorize nicks
|
# colorize nicks
|
||||||
if self.color >= 1:
|
if self.color >= 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user