From d7bc663d0ad571697f0a022f82aeb4ad3c23cc2b Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 16 Dec 2006 22:43:56 +0000 Subject: Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off IRCU style of adding prefix to outgoing text. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6018 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 9d5434f1b..14e7d6b11 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -741,6 +741,11 @@ # new TS values in the timestamp. If you think this # # is just pointless noise, define the value to 0. # # # +# ircumsgprefix - Use undernet style message prefix for channel # +# NOTICE and PRIVMSG adding the prefix to the line # +# of text sent out. Eg. NOTICE @#test :@ testing # +# vs off: NOTICE @#test :testing # +# # notimesync - If this value is 'yes', 'true', or '1', time # # synchronization is disabled on this server. This # # means any servers you are linked to will not # @@ -771,6 +776,7 @@ nouserdns="no" syntaxhints="no" cyclehosts="yes" + ircumsgprefix="no" announcets="yes" notimesync="no" allowhalfop="yes"> -- cgit v1.2.3