From 8095f342503a27176853fe2da2bd4260f986c6ed Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 9 Jun 2013 13:03:35 +0000 Subject: [PATCH] Topic: @save can now be called even if the bot is not opped. --- plugins/Topic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index 0ef60eb92..3836c430c 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -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):