mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Internet: override reply.oneToOne and always send IPs in one message (there are potentially a lot of them).
This commit is contained in:
parent
37ce57efbd
commit
7e84b534cc
@ -64,7 +64,7 @@ class Internet(callbacks.Plugin):
|
|||||||
if ip not in unique_ips:
|
if ip not in unique_ips:
|
||||||
ordered_unique_ips.append(ip)
|
ordered_unique_ips.append(ip)
|
||||||
unique_ips.add(ip)
|
unique_ips.add(ip)
|
||||||
irc.replies(ordered_unique_ips)
|
irc.reply(format('%L', ordered_unique_ips))
|
||||||
except socket.error:
|
except socket.error:
|
||||||
irc.reply(_('Host not found.'))
|
irc.reply(_('Host not found.'))
|
||||||
dns = wrap(dns, ['something'])
|
dns = wrap(dns, ['something'])
|
||||||
|
Loading…
Reference in New Issue
Block a user