Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.py')
-rw-r--r--plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin.py b/plugin.py
index fa82b0e..7415e22 100644
--- a/plugin.py
+++ b/plugin.py
@@ -37,8 +37,9 @@ import supybot.ircmsgs as ircmsgs
import time
import meeting
-meeting = reload(meeting)
import supybotconfig
+# Because of the way we override names, we need to reload these in order.
+meeting = reload(meeting)
supybotconfig = reload(supybotconfig)
# By doing this, we can not lose all of our meetings across plugin