module documentation

Objects to represent users

Class BotUser represents a user of the bot
Class IrcUser Represents the connection of a BotUser via IRC
Constant MODE_CHARS Undocumented
Constant MODE_SIGNS Undocumented
MODE_CHARS: dict[str, int] = (source)

Undocumented

Value
{' ': 0, 'v': 1, 'h': 2, 'o': 4, 'a': 8, 'q': 16}
MODE_SIGNS: dict[int, str] = (source)

Undocumented

Value
{0: ' ', 1: '+', 2: 'h', 4: '@', 8: '!', 16: '&'}