Part of otfbot.lib.user View Source View In Hierarchy
Instance Variables | password | Authentification data |
ircuser | references to IrcUser instances |
Method | __init__ | Undocumented |
Method | setPasswd | update the password |
Method | checkPasswd | checks if the password for the user equals passwd |
Method | __repr__ | Undocumented |
Method | _hashpw | Undocumented |
Inherited from User:
Method | loggedIn | Invoked by the associated IChatService
when login occurs. |
Method | join | Attempt to join the given group. |
Method | leave | Discontinue participation in the given group. |
Method | send | Send the given message to the given user or group. |
Method | itergroups | Return an iterator of all groups of which this user is a |
Method | logout | Undocumented |
takes a string as password and stores the hash.
Parameters | passwd | the new password. (type: string ) |
Parameters | passwd | input password (type: string ) |
Returns | true if the password was correct |