diff --git a/plugins/Network.py b/plugins/Network.py index 02c392b12..6244feb25 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -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):