mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Changed an error to a reply.
This commit is contained in:
parent
5025f200c6
commit
151657f40d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user