summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/core/os_raw.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 75f11cbea..990b1188d 100644
--- a/Changes
+++ b/Changes
@@ -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]
diff --git a/src/core/os_raw.c b/src/core/os_raw.c
index fe025c7fa..9832225dd 100644
--- a/src/core/os_raw.c
+++ b/src/core/os_raw.c
@@ -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);