plugins/Config: Also reload the ignoresdb when handling a SIGHUP.

This commit is contained in:
James Vega 2005-08-10 11:40:24 +00:00
parent a34a4fcd7f
commit 3a0d71c15a
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ def getCapability(name):
def _reload():
ircdb.users.reload()
ircdb.ignores.reload()
ircdb.channels.reload()
registry.open(world.registryFilename)