diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/solidircd.c | 1 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 1 deletions
@@ -14,6 +14,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004 11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] 11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00] 11/18 A NSAddAccessOnReg to control access list on registration. [ #00] +12/25 F SolidIRCD can mlock +R again [ #00] 12/23 F Several compiler errors under make strict. [ #00] 12/21 F Unsetting away would not trigger checking of memos. [#258] 12/21 F Dreamforge compile. [ #00] diff --git a/src/solidircd.c b/src/solidircd.c index 091cf779d..1b0097f32 100644 --- a/src/solidircd.c +++ b/src/solidircd.c @@ -418,6 +418,7 @@ CBModeInfo cbmodeinfos[] = { {'t', CMODE_t, 0, NULL, NULL}, {'M', CMODE_M, 0, NULL, NULL}, {'O', CMODE_O, 0, NULL, NULL}, + {'R', CMODE_R, 0, NULL, NULL}, {0} }; diff --git a/version.log b/version.log index 5cf45093d..b80812d2f 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="6" -VERSION_BUILD="501" +VERSION_BUILD="502" # $Log$ # +# BUILD : 1.7.6 (502) +# BUGS : N/A +# NOTES : SolidIRCD can mlock +R again +# # BUILD : 1.7.6 (501) # BUGS : N/A # NOTES : Added Flag to tell if we need to enforce SGlines or not so GD can fix 245 |