1
0
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:
adam-
2009-08-26 22:04:47 +00:00
parent 4897cdf60f
commit d3d36ff73c
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -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
View File
@@ -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.