mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +01:00
Irc: fix matchHost not using realhost [rp[er;y
This commit is contained in:
parent
d90f44c510
commit
f9e798cf93
@ -1043,7 +1043,7 @@ class Irc():
|
|||||||
hosts.add(self.getHostmask(target, ip=True))
|
hosts.add(self.getHostmask(target, ip=True))
|
||||||
|
|
||||||
if realhost:
|
if realhost:
|
||||||
hosts.add(self.getHostmask(target, ip=True))
|
hosts.add(self.getHostmask(target, realhost=True))
|
||||||
else: # We were given a host, use that.
|
else: # We were given a host, use that.
|
||||||
hosts = [target]
|
hosts = [target]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user