diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-10 18:23:03 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-10 18:23:03 +0000 |
commit | 5d09cbf63475851d6aaa7035d97787727ba456da (patch) | |
tree | 29ba9dcc997a9b45a229dd3c16690a3314fe0f3e /docs | |
parent | 8e7fceba881712e481545d8908b1d6492bb5e5e5 (diff) |
Add <badchan:redirect>: redirects users attempting to join a bad channel to a second channel. Contributed by dz. (thanks)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8881 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 4735ffd48..b09c7256d 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1573,7 +1573,10 @@ # # # reason - Reason given for the deny. # # # +# redirect - Redirect the user to a different channel # +# # #<badchan name="#gods*" allowopers="yes" reason="Tortoises!"> # +#<badchan name="#heaven" redirect="#hell" reason="Nice try!"> # # # # Additionally, you may specify channels which are allowed, even if # # a badchan tag specifies it would be denied: # |