Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.py b/plugin.py
index e3996a5..255f0b1 100644
--- a/plugin.py
+++ b/plugin.py
@@ -65,8 +65,8 @@ class MeatBot(callbacks.Plugin):
# interactive interperter inside of the live bot. use
# code.interact instead of my souped-up version if you aren't
# on my computer:
- if payload == 'interact':
- from rkddp.interact import interact ; interact()
+ #if payload == 'interact':
+ # from rkddp.interact import interact ; interact()
# Get our Meeting object, if one exists. Have to keep track
# of different servers/channels.