diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-04 19:10:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-04 19:10:25 +0000 |
commit | ef048989f89eb15b4fc92b83f3ff58805e44a064 (patch) | |
tree | f41603928bc608b6a9202833a53f0fe9c93b8659 /docs | |
parent | ae26712ee7fbcb34f88be4261a7b62c1a3da2e7b (diff) |
Add options:moronbanner. Yes really, thats what its called. See the example config.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7232 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f418afabb..2632f8f60 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -48,12 +48,13 @@ # # # <server name="server.name" # # description="Server Description" # +# networkemail="Email address shown on g/k/z/q lines" # # network="MyNetwork"> # # # <server name="penguin.omega.org.za" description="Waddle World" - network="Omega"> + network="Omega"> #-#-#-#-#-#-#-#-#-#-#-#- ADMIN INFORMATION -#-#-#-#-#-#-#-#-#-#-#-# @@ -889,6 +890,11 @@ # they will be ignored. You may add parameters for # # parameterised modes. # # # +# moronbanner - The NOTICE to show to users who are glined, zlined # +# klined or qlined when they are disconnected. This # +# is totally freeform, you may place any text here # +# you wish. # +# # <options prefixquit="Quit: " loglevel="default" @@ -921,6 +927,7 @@ pingwarning="15" allowhalfop="yes" defaultmodes="nt" + moronbanner="You're banned! Email haha@abuse.com with the ERROR line below for help." exemptchanops=""> #-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-# |