mirror of
https://github.com/anope/anope.git
synced 2026-07-03 11:33:12 +02:00
Fixed bug #1103 - show services opers /nickserv help saset
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2472 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+3
-3
@@ -47,8 +47,8 @@ int AnopeInit(int argc, char **argv)
|
||||
moduleAddVersion("$Id$");
|
||||
moduleSetType(CORE);
|
||||
|
||||
c = createCommand("SASET", do_saset, is_services_oper, -1, -1, -1,
|
||||
NICK_HELP_SASET, NICK_HELP_SASET);
|
||||
c = createCommand("SASET", do_saset, is_services_oper, -1, -1,
|
||||
NICK_HELP_SASET, NICK_HELP_SASET, NICK_HELP_SASET);
|
||||
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);
|
||||
c = createCommand("SASET DISPLAY", NULL, is_services_oper,
|
||||
NICK_HELP_SASET_DISPLAY, -1, -1, -1, -1);
|
||||
@@ -84,7 +84,7 @@ int AnopeInit(int argc, char **argv)
|
||||
NICK_HELP_SASET_HIDE, -1, -1, -1, -1);
|
||||
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);
|
||||
c = createCommand("SASET NOEXPIRE", NULL, is_services_oper, -1, -1,
|
||||
-1, NICK_HELP_SASET_NOEXPIRE,
|
||||
NICK_HELP_SASET_NOEXPIRE, NICK_HELP_SASET_NOEXPIRE,
|
||||
NICK_HELP_SASET_NOEXPIRE);
|
||||
moduleAddCommand(NICKSERV, c, MOD_UNIQUE);
|
||||
c = createCommand("SASET AUTOOP", NULL, is_services_oper, -1, -1,
|
||||
|
||||
+2
-1
@@ -9,9 +9,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="2"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="2471"
|
||||
VERSION_BUILD="2472"
|
||||
|
||||
# $Log$ # Changes since 1.8.2 Release
|
||||
#Revision 2472 - Show services opers /nickserv help saset
|
||||
#Revision 2471 - Fixed a bug in help to show /chanserv help (un)suspend and /nickserv help (un)suspend to services operators
|
||||
#Revision 2448 - Updated Turkish language file
|
||||
#Revision 2406 - Fixed possible segfault introduced by TS6 fix in rev. 2401.
|
||||
|
||||
Reference in New Issue
Block a user