diff --git a/plugins/commands.py b/plugins/commands.py index 3afe540..bf4b679 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -195,6 +195,7 @@ def rehash(irc, source, args): else: ircobj.conf = new_conf ircobj.serverdata = new_conf['servers'][network] + ircobj.botdata = new_conf['bot'] for network, sdata in new_conf['servers'].items(): # New server was added. Connect them if not already connected. if network not in world.networkobjects: