hoaproject / Irc

The Hoa\Irc library.
https://hoa-project.net
25 stars 8 forks source link

keep a list of connected nick #8

Open CircleCode opened 10 years ago

CircleCode commented 10 years ago

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
Hywan commented 10 years ago

Exactly. This is the best methodology I think.