From 8d1ee0ac36c4a7b919995f3bb23c44e903cca89d Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Mon, 04 May 2009 23:23:27 +0000 Subject: disable interaction in meeting functions - we don't want people hanging the bot! darcs-hash:20090504232327-82ea9-d500a062f3a71331cedfad4d2f8e9aeb9e185d73.gz --- (limited to 'plugin.py') 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. -- cgit v0.9.1