pytwitcherapi.chat.message.Chatter

class pytwitcherapi.chat.message.Chatter(source)[source]

Bases: object

A chat user object

Stores information about a chat user (source of an ircevent).

See irc.client.NickMask for how the attributes are constructed.

__init__(source)[source]

Initialize a new chatter

Parameters:source – the source of an irc.client.Event. E.g. 'pinky!username@example.com'
Raises:None

Methods

__init__(source) Initialize a new chatter
full = None

The full name (nickname!user@host)

nickname = None

The irc nickname

user = None

The irc user

host = None

The irc host

userhost = None

The irc user @ irc host