mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Topic: @save can now be called even if the bot is not opped.
This commit is contained in:
parent
8ca95112d8
commit
8095f34250
@ -590,7 +590,7 @@ class Topic(callbacks.Plugin):
|
||||
else:
|
||||
self.setRegistryValue('default', value='', channel=channel)
|
||||
irc.replySuccess()
|
||||
save = wrap(save, ['canChangeTopic'])
|
||||
save = wrap(save, ['channel', 'inChannel'])
|
||||
|
||||
@internationalizeDocstring
|
||||
def default(self, irc, msg, args, channel):
|
||||
|
Loading…
Reference in New Issue
Block a user