From 151657f40dcf89083142e46c8d22285427f38c00 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 03:49:29 +0000 Subject: [PATCH] Changed an error to a reply. --- plugins/Network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Network.py b/plugins/Network.py index 4a8d94555..02c392b12 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -69,7 +69,7 @@ class Network(callbacks.Privmsg): if ircutils.isIP(host): hostname = socket.getfqdn(host) if hostname == host: - irc.error(msg, 'Host not found.') + irc.reply(msg, 'Host not found.') else: irc.reply(msg, hostname) else: