diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-19 03:45:34 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-19 03:45:34 +0000 |
commit | 60f0b2ff87fb5da159285b0189ae143ef8396896 (patch) | |
tree | 388ab68eb62349e5ca55be624644a61453cbc308 /lang | |
parent | 6242a60134ac75156c35d665d203c4b9b6ebb92f (diff) |
Documented /nickserv list's ability to accept ranges
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2792 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en_us.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index f2e60033a..b4203e72f 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -3900,6 +3900,7 @@ NICK_HELP_LIST Lists all registered nicknames which match the given pattern, in nick!user@host format. Nicks with the PRIVATE option set will not be displayed. + Note that a pattern preceding with a '#' specifies a range. Examples: @@ -3913,6 +3914,9 @@ NICK_HELP_LIST LIST *!*@*.bar.org Lists all nicks owned by users in the bar.org domain. + + LIST #50-100 + Lists nicks numbers 50-100 NICK_HELP_ALIST Syntax: ALIST [level] |