mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Config: Also reload the ignoresdb when handling a SIGHUP.
This commit is contained in:
parent
a34a4fcd7f
commit
3a0d71c15a
@ -74,6 +74,7 @@ def getCapability(name):
|
||||
|
||||
def _reload():
|
||||
ircdb.users.reload()
|
||||
ircdb.ignores.reload()
|
||||
ircdb.channels.reload()
|
||||
registry.open(world.registryFilename)
|
||||
|
||||
@ -177,7 +178,7 @@ class Config(callbacks.Plugin):
|
||||
irc.replySuccess()
|
||||
else:
|
||||
irc.errorNoCapability(capability)
|
||||
|
||||
|
||||
def channel(self, irc, msg, args, channel, group, value):
|
||||
"""[<channel>] <name> [<value>]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user