Changed an error to a reply.

This commit is contained in:
Jeremy Fincher 2003-10-05 03:49:29 +00:00
parent 5025f200c6
commit 151657f40d
1 changed files with 1 additions and 1 deletions

View File

@ -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: