Config: Fix @reload.

This commit is contained in:
Valentin Lorentz 2012-09-07 17:20:09 +00:00
parent d2b33a3794
commit f747c5a7d4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def _reload():
ircdb.users.reload()
ircdb.ignores.reload()
ircdb.channels.reload()
registry.open(world.registryFilename)
registry.open_registry(world.registryFilename)
def _hupHandler(sig, frame):
log.info('Received SIGHUP, reloading configuration.')