keep a list of connected nick
CircleCode opened this issue · 1 comments
CircleCode commented
this can be done by
- When you connect, note everyone in the channel.
- then just watch
JOIN
,PART
,QUIT
,KICK
,NICK
messages and update the list accordingly
Hywan commented
Exactly. This is the best methodology I think.