diff options
Diffstat (limited to 'docs')
-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"> |