Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugin.py
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-05-04 23:23:27 (GMT)
committer Richard Darst <rkd@zgib.net>2009-05-04 23:23:27 (GMT)
commit8d1ee0ac36c4a7b919995f3bb23c44e903cca89d (patch)
tree8cb0a7c12081d6548b3567d5be03fd070e730676 /plugin.py
parentfdbed6a36e858e87577fe6f484578d2261f25c95 (diff)
disable interaction in meeting functions
- we don't want people hanging the bot! darcs-hash:20090504232327-82ea9-d500a062f3a71331cedfad4d2f8e9aeb9e185d73.gz
Diffstat (limited to 'plugin.py')
-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.