mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 22:41:06 -05:00
LinkRelay: fix text events
This commit is contained in:
parent
82a520cd3e
commit
1efd6c6c00
@ -292,7 +292,7 @@ class LinkRelay(callbacks.Plugin):
|
||||
if self.registryValue('hostmasks', msg.args[0]):
|
||||
args['userhost'] = ' (' + msg.user + '@' + msg.host + ')'
|
||||
s = '%(color)s' + _('QUIT: %(nick)s%(sepTagn)s%(network)s'
|
||||
'%(userhost)s has quit (%(message)s)')
|
||||
' has quit (%(message)s)')
|
||||
self.sendToOthers(irc, None, s, args, msg.nick)
|
||||
self.addIRC(irc)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user