diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 22:43:56 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-16 22:43:56 +0000 |
commit | d7bc663d0ad571697f0a022f82aeb4ad3c23cc2b (patch) | |
tree | 5e0b6650f6f3139045d3b8b0a0201296387423f4 /docs/inspircd.conf.example | |
parent | dbe93e44775c4a274d329e152babd8330dadcbf8 (diff) |
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
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
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"> |