mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
Merge branch 'master' into devel
This commit is contained in:
commit
05752d9f60
@ -194,7 +194,7 @@ class InspIRCdProtocol(TS6BaseProtocol):
|
||||
# InspIRCd will show the raw kill message sent from our server as the quit message.
|
||||
# So, make the kill look actually like a kill instead of someone quitting with
|
||||
# an arbitrary message.
|
||||
if target in self.irc.servers:
|
||||
if numeric in self.irc.servers:
|
||||
sourcenick = self.irc.servers[numeric].name
|
||||
else:
|
||||
sourcenick = self.irc.users[numeric].nick
|
||||
|
Loading…
Reference in New Issue
Block a user