Add ircu-like /who format options.

Use  /quote help who  for details.
The format code "o" (oplevel) is not documented,
but implemented showing dummy information (999 for
chanop, n/a otherwise).
This commit is contained in:
Jilles Tjoelker 2008-11-09 00:12:56 +01:00
parent 3583564678
commit 48957a4951
4 changed files with 167 additions and 28 deletions

View file

@ -175,6 +175,7 @@ extern const char *form_str(int);
#define RPL_VERSION 351
#define RPL_WHOREPLY 352
#define RPL_WHOSPCRPL 354 /* from ircu -- jilles */
#define RPL_ENDOFWHO 315
#define RPL_NAMREPLY 353
#define RPL_WHOWASREAL 360