KittehOrg / KittehIRCClientLib

An IRC client library in Java
https://kitteh.dev/kicl/
MIT License
146 stars 35 forks source link

Add operator information to User -- it is in WHO. #168

Closed Zarthus closed 7 years ago

Zarthus commented 7 years ago

When running the following command: WHO #channel, you will get a result similar to this:

(00:04:19) #lobby The_Boss G* boss@boss.esper.net :2 Boss
(00:04:19) #lobby NotABoss H hello@savage.gardens :2 NotABoss

The * indicates whether they are oper.

From QUOTE HELP WHO on Charybdis:

(00:06:02) who H       -       The user is not away.
(00:06:02) who G       -       The user is set away.
(00:06:02) who *       -       The user is an IRC operator.
(00:06:02) who @       -       The user is a channel op in the channel listed
(00:06:02) who                 in the first field.
(00:06:02) who +       -       The user is voiced in the channel listed.
mbax commented 7 years ago

https://github.com/KittehOrg/KittehIRCClientLib/commit/93d897c81d0916247c259aabcbe81c412c28dd98