1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 07:36:37 +02:00

Set os_raw to show up as a 3rd party module...

git-svn-id: svn://svn.anope.org/anope/trunk@1408 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1123 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-11 12:53:26 +00:00
parent b31121671c
commit acfe67f2fd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ Anope Version S V N
04/30 F Operators can now also use NickServ INFO ALL. [ #00]
05/12 F anope_cmd_notice_ops for unreal now includes source. [ #00]
05/12 F moduleNoticeLang() now calls notice_user instead of notice(). [ #00]
11/08 F Updated os_raw.c to show up as a 3rd party module. [ #00]
Provided by Robin Burchell <w00t@inspircd.org> - 2008
08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00]
+1 -1
View File
@@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv)
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");
moduleSetType(CORE);
moduleSetType(THIRD);
c = createCommand("RAW", do_raw, is_services_root, OPER_HELP_RAW, -1,
-1, -1, -1);