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>
This commit is contained in:
parent
461f943d97
commit
ba29f0787c
@ -813,7 +813,7 @@ class Channel(callbacks.Plugin):
|
||||
capability.
|
||||
"""
|
||||
self.alertOps(irc, channel, text, frm=msg.nick)
|
||||
alert = wrap(alert, ['op', 'text'])
|
||||
alert = wrap(alert, ['inChannel', 'text'])
|
||||
|
||||
|
||||
Class = Channel
|
||||
|
Loading…
Reference in New Issue
Block a user