diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 14:00:18 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-10 14:00:18 +0000 |
commit | b2e82c7d76b7c15c2ecb883a0d5a94ae57b3fa75 (patch) | |
tree | 15dd02190d4d18ec7f14ebba4e2d6bfdcb41a009 /conf/inspircd.helpop-full.example | |
parent | 01daa1fc7749fd9c15902d824d7e0902b7f481da (diff) |
Helpop fixes, noted by HiroP, derived from patch by HiroP in bug #291
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6953 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/inspircd.helpop-full.example')
-rw-r--r-- | conf/inspircd.helpop-full.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/inspircd.helpop-full.example b/conf/inspircd.helpop-full.example index e2abc4595..8d38d2023 100644 --- a/conf/inspircd.helpop-full.example +++ b/conf/inspircd.helpop-full.example @@ -128,9 +128,9 @@ The following flags after the mask have the following affects: o Show online IRC operators matching the mask u Unlimit the results past the maximum /who results value (IRC operators only) - r Show all users whos realnames match the mask. When this + r Show all users whose realnames match the mask. When this flag is set it overrides the meaning of the search-pattern, - which must contain a glob pattern intended to match GEOCS + which must contain a glob pattern intended to match GECOS (realname) fields. h Show real hostnames rather than masked hostnames (IRC operators only) @@ -139,9 +139,9 @@ The following flags after the mask have the following affects: search-pattern, which must contain the mode sequence to search for, for example to find all users with +i and without +s, issue the command WHO +i-s m. - a Show all users who's away message matches the given mask + a Show all users who have an away message matching the given mask p Show all users who are connected on the given port number - i Show all users whos ident (username) matches the given mask + i Show all users who have an ident (username) matching the given mask M Show all users who have metadata attached to them with the given key name l Show only local users |