Changeset 136
- Timestamp:
- 06/06/08 20:32:10 (2 months ago)
- Files:
-
- trunk/antimatter/luke/myplugs/libtracker/auth.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/antimatter/luke/myplugs/libtracker/auth.py
r132 r136 4 4 def authenticate_name(bot, ievent): 5 5 """ Not authentication, just checks that the name exists """ 6 ievent.reply("WHOO") 7 ievent.reply("Enter your username:", result="auth", nick=ievent.nick) 8 username = waitforuser(ievent) 6 ievent.reply("Enter your username:", nick=ievent.nick) 7 username = waitforuser(bot, ievent.userhost, 30) 9 8 return username.txt