hackchat icon indicating copy to clipboard operation
hackchat copied to clipboard

Is it possible to read a user's tripcode?

Open ghost opened this issue 10 years ago • 1 comments

ghost avatar Dec 03 '15 02:12 ghost

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)

gkbrk avatar Dec 04 '15 16:12 gkbrk