Changeset 162
- Timestamp:
- 06/25/08 15:07:59 (2 months ago)
- Files:
-
- trunk/antimatter/luke/myplugs/libtracker/tracker.py (modified) (1 diff)
- trunk/antimatter/luke/myplugs/libtracker/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/antimatter/luke/myplugs/libtracker/tracker.py
r158 r162 9 9 def init(): 10 10 callbacks.add("PRIVMSG", tracker, auth.get_auth, threaded=True) 11 return 1; 11 12 12 13 def tracker(bot, ievent): trunk/antimatter/luke/myplugs/libtracker/__init__.py
r157 r162 1 __all__ = ['timeparser', 'auth', 'user', 'tracker']