Changed another error to reply.

This commit is contained in:
Jeremy Fincher 2003-10-05 11:06:07 +00:00
parent 2fd902c3d1
commit cb7ffa4df9
1 changed files with 1 additions and 1 deletions

View File

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