MGranatels / IRC

4 stars 1 forks source link

Implementation of WHO #53

Closed MGranatels closed 1 year ago

MGranatels commented 1 year ago

WHO Syntax:

WHO [ ["o"]] Returns a list of users who match If the flag "o" is given, the server will only return information about IRC operators. Defined in RFC 1459.

gabriela-freitas commented 1 year ago

I believe it's done. You have three options

/WHO -> returns a list of all users in server /WHO <channel name> -> returns a list with all users in channel /WHO <channel_name> o -> returns a list with all users that are channops for that channel