summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/core/os_randomnews.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2cfc5d90b..fab1c5747 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Provided by Anope Dev. <dev@anope.org> - 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);