From cb7ffa4df9ea25d1832b6334022173fe5529fb6b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 11:06:07 +0000 Subject: [PATCH] Changed another error to reply. --- plugins/Network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):