HoloIRC icon indicating copy to clipboard operation
HoloIRC copied to clipboard

Support ZNC buffextras

Open haarp opened this issue 10 years ago • 3 comments

Buffextras is a ZNC module that adds additional events to the playback, such as joins/parts/nick changes/kicks/mode changes, etc. These events appear to come from the user *buffextras.

Those currently don't look very nice in HoloIRC. They could be modified to look "native" instead.

A reference implemention for handling them can be found in Hexchat's plugin: https://github.com/knitori/tools/blob/master/hexchat/buffextras.py :)

haarp avatar Jan 13 '15 15:01 haarp

Hmm..I use znc, and everything works fine..

poxip avatar Jan 13 '15 16:01 poxip

Not always, it seems. See screenshot

screenshot_2015-01-14-09-07-38

haarp avatar Jan 14 '15 08:01 haarp

Fwiw, this is the #1 thing I need. Perhaps some sort of simple plugin system would be a good approach though.

In this case all that's really needed is some sort of glorified regexp replacement mapping. There are lots of other cases people might want this e.g. some bots.

nadalle avatar Aug 06 '17 20:08 nadalle