mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Changed another error to reply.
This commit is contained in:
parent
2fd902c3d1
commit
cb7ffa4df9
@ -80,7 +80,7 @@ class Network(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
irc.reply(msg, ip)
|
irc.reply(msg, ip)
|
||||||
except socket.error:
|
except socket.error:
|
||||||
irc.error(msg, 'Host not found.')
|
irc.reply(msg, 'Host not found.')
|
||||||
|
|
||||||
_tlds = sets.Set(['com', 'net', 'edu'])
|
_tlds = sets.Set(['com', 'net', 'edu'])
|
||||||
def whois(self, irc, msg, args):
|
def whois(self, irc, msg, args):
|
||||||
|
Loading…
Reference in New Issue
Block a user