Hi,

is there any way to change text (nicks in this case) within the nicklist? Like, appending something else to a nick which could look like this: randomnick (4).

I was thinking about the on parseline event, but my brain was almost melting thinking about how to do that.

Some thoughts about the on parseline event:

I also could run a /who # command, reinterpret raw number 352, to make it look like everyone is quitting, run a who # command afterwards again, make the users make look like that they're joining while appending some sorta text. But is there are cleaner way to do that?

Thank you for your help.