Part of otfbot.lib.user View Source View In Hierarchy
BotUser
via IRCInstance Variables | network | reference to the network over which the user is connected |
name | verbose name of this connection | |
nick | IRC nick | |
user | user part of the hostmask | |
host | host part of the hostmask | |
avatar | reference to the corresponding BotUser instance
| |
realname | content of the realname property of the user |
Method | __init__ | Undocumented |
Method | getBotuser | Undocumented |
Method | setBotuser | Undocumented |
Method | hasBotuser | Undocumented |
Method | setNick | Undocumented |
Method | setChannels | set the channels list to the set given as parameter |
Method | getChannels | get the channels list |
Method | addChannel | add a channel to the list of channels of the user |
Method | hasChannel | Undocumented |
Method | removeChannel | remove a channel from the list of channels |
Method | setMode | set the usermode specified by the char modchar on channel |
Method | removeMode | remove the usermode specified by the char modchar on channel |
Method | getModeSign | Undocumented |
Method | getHostMask | Undocumented |
Method | getNick | Undocumented |
Method | getUsername | Undocumented |
Method | getHost | Undocumented |
Method | __repr__ | Undocumented |
Method | __str__ | Undocumented |
Instance Variables | channels | the channellist |
Instance Variables | channel | the channel to add |
Instance Variables | channel | the channel to remove |
Instance Variables | channel | the channel where the mode is set |
modechar | the char corrosponding to the mode (i.e. "o") |
Instance Variables | channel | the channel where the mode is removed |
modechar | the char corrosponding to the mode (i.e. "o") |