class documentation
class BotUser(service.User): (source)
represents a user of the bot
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | check |
checks if the password for the user equals passwd |
| Method | set |
update the password |
| Instance Variable | ircuser |
references to IrcUser instances |
| Instance Variable | name |
Undocumented |
| Instance Variable | password |
Authentification data |
| Method | _hashpw |
Undocumented |