X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Finspircd.conf.example;h=c925971d5a75a8aa171940beec8614b7d587691e;hb=18e760649ad184b48a04d42050e4f114a9c15b81;hp=f2287ab7e6a989983dcaee29225e530f0485b02b;hpb=0aa899ee2f7d82ea59f4c34fd29abaac29824903;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f2287ab7e..c925971d5 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1030,6 +1030,51 @@ operspywhois="no" userstats="Pu"> +#-#-#-#-#-#-#-#-#-#-#-#-# LIMITS CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# +# # +# This configuration tag defines the maximum sizes of various types # +# on IRC, such as the maximum length of a channel name, and the # +# maximum length of a channel. Note that with the exception of the # +# identmax value all values given here are the exact values you would # +# expect to see on IRC. This contrasts with the older InspIRCd # +# releases where these values would be one character shorter than # +# defined to account for a null terminator on the end of the text. # +# # +# The identmax value has special meaning, as it may grow one # +# character longer than you specify, to accomodate for a ~ character # +# when m_ident is loaded. # +# # +# These values should match network-wide, otherwise you may end up # +# with desyncs, and confusing your users by being able to use a nick # +# of a certain length on one server but not on another. Servers will # +# link with mismatched values, but this is NOT recommended as a long # +# term measure! # +# # +# Values here should be self explanitory: # +# # +# maxnick - The maximum length of a nickname # +# maxchan - The maximum length of a channel name # +# maxmodes - The maximum number of parameterized mode changes # +# per line # +# maxident - The maximum length of an ident/username value # +# maxquit - The maximum length of a quit message # +# maxtopic - The maximum length of a channel topic # +# maxkick - The maximum length of a kick message # +# maxgecos - The maximum length of a GECOS (real name) # +# maxaway - The maximum length of an away message # +# # + + + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Logging # ------- @@ -1995,6 +2040,11 @@ # might be set, even bans. Use "yes" or "no". # # # # +# +# Alternatively you can use the autojoin="channellist" in a # +# tag to set specific autojoins for a type of oper, for example: # +# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper MOTD module: Provides support for seperate message of the day