mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Channel: alert should not require the caller to have op capability
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit ba29f0787c
)
This commit is contained in:
parent
2b0b74dfe0
commit
26cefc78f4
@ -813,7 +813,7 @@ class Channel(callbacks.Plugin):
|
|||||||
capability.
|
capability.
|
||||||
"""
|
"""
|
||||||
self.alertOps(irc, channel, text, frm=msg.nick)
|
self.alertOps(irc, channel, text, frm=msg.nick)
|
||||||
alert = wrap(alert, ['op', 'text'])
|
alert = wrap(alert, ['inChannel', 'text'])
|
||||||
|
|
||||||
|
|
||||||
Class = Channel
|
Class = Channel
|
||||||
|
Loading…
Reference in New Issue
Block a user