Software Freedom Law Center

Changeset 136

Show
Ignore:
Timestamp:
06/06/08 20:32:10 (2 months ago)
Author:
landon
Message:

Fixed auth.py, which gave waitforuser() the wrong amount of arguments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/antimatter/luke/myplugs/libtracker/auth.py

    r132 r136  
    44def authenticate_name(bot, ievent): 
    55    """ 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) 
    98    return username.txt 

SFLC Main Page

[frdm] Support SFLC