summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-14 18:24:38 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-14 18:24:38 +0000
commitb1a36302e3914741007329cefa407e635bd72d67 (patch)
tree33a00577b69442e4e25f9b1f4e1af8fb996d3dbe /NEWS
parent2983801517a96a2256a7c1761a6c40d711f67585 (diff)
- Renamed example.conf to reference.conf
- Due to upcoming feature implementation, resv{} blocks are no longer stackable git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1823 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4bca3b0..02759ed 100644
--- a/NEWS
+++ b/NEWS
@@ -138,7 +138,7 @@ o) Implemented full services support, including but not limited to the
o) Removed RKLINE and RXLINE commands. Regular expression based bans should
only be added via ircd.conf
o) Added 'globops', 'restart', 'dline', 'undline' and 'module' operator
- privilege flags. Read doc/example.conf for further explanation of what
+ privilege flags. Read doc/reference.conf for further explanation of what
these flags control
o) Removed Idle-time klines
o) Cleaned up modules API. Old modules won't work anymore