Changeset 139
- Timestamp:
- 06/07/08 15:23:57 (4 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
r138 r139 3 3 def authenticate_name(bot, ievent): 4 4 """ Not authentication, just checks that the name exists """ 5 bot.say("Landon","Username?" )6 rlog(99,"Debug","Testing for auth reload")5 bot.say("Landon","Username?",how='msg',fromm="fromme",who="me!") 6 #rlog(99,"Debug","Testing for auth reload") 7 7 username = waitforuser(bot, ievent.userhost, 30) 8 if (username == None): 9 ievent.reply("I'm sorry Dave, I'm afraid you gave me a NoneType") 8 10 return username.txt