1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 11:03:12 +02:00

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
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-10-26 16:09:49 +00:00
parent 211a7ac4d3
commit 60d4067370
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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]
+1 -1
View File
@@ -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);