From: danieldg Date: Wed, 4 Mar 2009 00:46:12 +0000 (+0000) Subject: More documentation to example configs [jdhore] X-Git-Tag: v2.0.23~2053 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=08d55d0b30a2d4ebdcbe7b15d957dc852fba75ff;p=user%2Fhenk%2Fcode%2Finspircd.git More documentation to example configs [jdhore] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11166 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 1cfbeb40b..85796cfc5 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -75,6 +75,12 @@ # description: Server description. Spaces are allowed. description="Waddle World" + # id: The SID to use for this server. This should not be uncommented + # unless there is a SID conflict. This must be three characters long. + # The first character must be a digit [0-9], the remaining two chars + # may be letters [A-Z] or digits. + #id="97K" + # network: Network name given on connect to clients. # Should be the same on all servers on the network and # not contain spaces. @@ -199,6 +205,16 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# No ctcp module: Adds the channel mode +C to block CTCPs +# No ctcp module: Adds the channel mode +C to block CTCPs and extban C +# to block CTCPs sent by specific users. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# No kicks module: Adds the +Q channel mode +# No kicks module: Adds the +Q channel mode and the Q: extban to deny +# certain users from kicking. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# @@ -1067,7 +1066,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# No Notice module: adds the channel mode +T +# No Notice module: adds the channel mode +T and the extban T to block +# specific users from noticing the channel. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#