From d3d36ff73cf5bba6240ea08278658fd9b474c457 Mon Sep 17 00:00:00 2001 From: adam- Date: Wed, 26 Aug 2009 22:04:47 +0000 Subject: [PATCH] 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 --- src/core/ns_saset.c | 6 +++--- version.log | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/core/ns_saset.c b/src/core/ns_saset.c index ebf9720f3..dc18964e8 100644 --- a/src/core/ns_saset.c +++ b/src/core/ns_saset.c @@ -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, diff --git a/version.log b/version.log index a8be48cc6..e12311dec 100644 --- a/version.log +++ b/version.log @@ -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.