hackchat
hackchat copied to clipboard
Is it possible to read a user's tripcode?
Not currently possible, you can modify the library easily until this is fixed. Just download hackchat.py and change this line to
handler(self, result["text"], result["nick"], result.get("trip", ""))
This should change the on message handler from
def message_got(chat, message, nick):
to
def message_got(chat, message, nick, tripcode)