From 60d406737051b3e4499df815ccefacd594a6f39d Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 26 Oct 2005 16:09:49 +0000 Subject: [PATCH] Updated randomnews to use randomnews help, instead of opernews git-svn-id: svn://svn.anope.org/anope/trunk@916 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@662 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/core/os_randomnews.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2cfc5d90b..fab1c5747 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ Provided by Anope Dev. - 2005 10/01 A Information on uplink server can be displayed via OperServ STATS. [ #00] 09/29 A Configuration option to change fantasy command prefix character. [ #00] 09/28 A Event for fantasy commands triggered without channel access. [ #00] +10/25 F Help response for os random news was using opernews text. [ #00] 10/05 F Changed NickLen and BSFantasyChar into recommended and optional. [ #00] 10/04 F Added missing hs_request to win32 modules makefile. [ #00] 10/03 F Changed error on identical userkeys into a warning. [ #00] diff --git a/src/core/os_randomnews.c b/src/core/os_randomnews.c index 8fdbd4a84..3a2693e2a 100644 --- a/src/core/os_randomnews.c +++ b/src/core/os_randomnews.c @@ -37,7 +37,7 @@ int AnopeInit(int argc, char **argv) * we can look at moving it here later **/ c = createCommand("RANDOMNEWS", do_randomnews, is_services_oper, - NEWS_HELP_OPER, -1, -1, -1, -1); + NEWS_HELP_RANDOM, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); moduleSetOperHelp(myOperServHelp);