diff options
-rw-r--r-- | Changes.lang | 1 | ||||
-rw-r--r-- | lang/en_us.l | 4 | ||||
-rw-r--r-- | version.log | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Changes.lang b/Changes.lang index d6a07a30d..bfffb7d4e 100644 --- a/Changes.lang +++ b/Changes.lang @@ -3,6 +3,7 @@ Anope Version 1.8 - SVN *** New Strings: *** Mod Strings: +NICK_HELP_LIST *** Del Strings: 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] diff --git a/version.log b/version.log index 224ea1b8f..13cbac423 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,11 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="3" VERSION_EXTRA="-svn" -VERSION_BUILD="2791" +VERSION_BUILD="2792" # $Log$ # Changes since 1.8.3 Release +#Revision 2792 - Documented /nickserv list's ability to accept ranges #Revision 2791 - Don't show unconfirmed nicks when services admins list suspended nicks #Revision 2787 - Fixed it so halfops can not be marked as forcibly deopped, fixes us sometimes undoing all modes by some halfops #Revision 2774 - Bump Changes versions to 1.8-SVN & credit for tr.l |