diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-11 18:50:04 +0000 |
commit | b111eec597349ad2dc7d4b54945097df813535b4 (patch) | |
tree | 4ed9808c0de98052ea3f7e284e1cbb39a4ddccd1 /docs/inspircd.conf.example | |
parent | 750f9e29370ced3fe6f1549acbfada9483eff5f4 (diff) |
Allow for nick!user@host in TOPIC information.
Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index c0ad163d5..202e4a8d1 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -769,7 +769,7 @@ # 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 # @@ -778,6 +778,10 @@ # on netsplits. This option should be the same on # # all servers. # # # +# hostintopic - If this is set to yes (the default) then the full # +# nick!user@host is shown for who set a TOPIC last. # +# if set to no, then only the nickname is shown. # +# # <options prefixquit="Quit: " loglevel="default" @@ -803,6 +807,7 @@ ircumsgprefix="no" announcets="yes" notimesync="no" + hostintopic="yes" allowhalfop="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#- WHOWAS OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-# |