Changeset 127
- Timestamp:
- 06/04/08 18:19:38 (4 months ago)
- Files:
-
- trunk/antimatter/luke/myplugs/eval.pyc (deleted)
- trunk/antimatter/luke/myplugs/testconvo.pyc (deleted)
- trunk/antimatter/luke/myplugs/tracker.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/antimatter/luke/myplugs/tracker.py
r126 r127 4 4 from gozerbot.commands import cmnds 5 5 6 6 7 def start_convo(bot, ievent): 7 8 print ievent.usercmnd,ievent.txt 8 9 print "DIRECT" 10 user = auth.authenticate() 9 11 10 12 cmnds.add('time', start_convo, 'USER') 11 12 def time_handler(bot, ievent):13 # Ideally *_convo functions lead here transparently14 return 1