class documentation
class IrcUser(object): (source)
Represents the connection of a BotUser
via IRC
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | add |
add a channel to the list of channels of the user |
Method | get |
Undocumented |
Method | get |
get the channels list |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | has |
Undocumented |
Method | has |
Undocumented |
Method | remove |
remove a channel from the list of channels |
Method | remove |
remove the usermode specified by the char modchar on channel |
Method | set |
Undocumented |
Method | set |
set the channels list to the set given as parameter |
Method | set |
Undocumented |
Method | set |
set the usermode specified by the char modchar on channel |
Method | set |
Undocumented |
Instance Variable | avatar |
reference to the corresponding BotUser instance |
Instance Variable | channels |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | host |
host part of the hostmask |
Instance Variable | modes |
Undocumented |
Instance Variable | name |
verbose name of this connection |
Instance Variable | network |
reference to the network over which the user is connected |
Instance Variable | nick |
IRC nick |
Instance Variable | realname |
content of the realname property of the user |
Instance Variable | user |
user part of the hostmask |