mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Topic: Reply success when saving topic if there was no error
This commit is contained in:
parent
9723e14a4d
commit
d827dfa580
@ -589,6 +589,7 @@ class Topic(callbacks.Plugin):
|
||||
self.setRegistryValue('default', value=topic, channel=channel)
|
||||
else:
|
||||
self.setRegistryValue('default', value='', channel=channel)
|
||||
irc.replySuccess()
|
||||
save = wrap(save, ['canChangeTopic'])
|
||||
|
||||
@internationalizeDocstring
|
||||
|
Loading…
Reference in New Issue
Block a user