1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 12:23:13 +02:00

- Rewrote m_who.c from scratch. It's slightly different, help.conf explains exactly how.

This commit is contained in:
ejb
2002-06-17 03:00:37 +00:00
parent 8dd7b3efee
commit 145d3dfb7e
3 changed files with 685 additions and 647 deletions
+2 -1
View File
@@ -1336,4 +1336,5 @@ seen. gmtime warning still there
- [nighthawk 2002-06-16] Added myself to s_serv.c:m_info().
- Fixed a doc/conf.doc typo reported by SciFi
- Documented the new allow::options in doc/conf.doc
- [nighthawk 2002-06-17] Rewrote m_who.c from scratch. It's slightly different,
help.conf explains exactly how.
+11 -2
View File
@@ -190,7 +190,7 @@ help Who {
" Retrieves information about users";
" -";
" Syntax:";
" /WHO [+|-][acghmnsuCM] [args]";
" /WHO [+|-][acghmnsuM] [args]";
" Flags are specified like channel modes, the flags cgmnsu all have arguments";
" Flags are set to a positive check by +, a negative check by -";
" The flags work as follows:";
@@ -204,11 +204,20 @@ help Who {
" Flag s <server>: user is on server <server>, wildcards not accepted";
" Flag u <user>: user has string <user> in their username, wildcards accepted";
" Behavior flags:";
" Flag C: show first visible channel user is in";
" Flag M: check for user in channels I am a member of";
" -";
" For backwards compatibility, /who 0 o still shows +o users";
" Example: WHO +m o";
" -";
" The status flags returned by /WHO are as follows:";
" G - The user is away (Gone)";
" H - The user is not away (Here)";
" * - The user is an operator.";
" ! - The user is +H, and you only see them as * because you are also an oper.";
" & - The user is invisible, in a secret channel or you would otherwise";
" not see them except for the fact that you are an oper."
" ~ - The channel shown in /who is secret or private and you are not on it.";
" @, %, + - The user is an Op, Half-op, or Voice in the channel.";
};
help Whowas {
+672 -644
View File
File diff suppressed because it is too large Load Diff