mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +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:
|
||||
irc.reply(msg, ip)
|
||||
except socket.error:
|
||||
irc.error(msg, 'Host not found.')
|
||||
irc.reply(msg, 'Host not found.')
|
||||
|
||||
_tlds = sets.Set(['com', 'net', 'edu'])
|
||||
def whois(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user