hoaproject / Irc

The Hoa\Irc library.

Home Page:https://hoa-project.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keep a list of connected nick

CircleCode opened this issue · comments

this can be done by

  1. When you connect, note everyone in the channel.
  2. then just watch JOIN, PART, QUIT, KICK, NICK messages and update the list accordingly

Exactly. This is the best methodology I think.