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: