Software Freedom Law Center

Changeset 206 for trunk/antimatter

Show
Ignore:
Timestamp:
08/12/08 03:23:41 (5 months ago)
Author:
landon
Message:

Concealed passwords from channels ;) Full blown password authentication works like it should now

Files:

Legend:

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

    r205 r206  
    7070        return False 
    7171    res = pass_check(username) 
    72     ievent.reply("Pass is: " + str(res.data)) 
    73     return True 
     72    if not res.data: 
     73        return False 
     74    if (res.data[0][0] == reply.txt): 
     75        return True 
     76    return False 
    7477 
    7578def set_pass(bot, ievent): 

SFLC Main Page

[frdm] Support SFLC