trying to get this channel scan script running but i cant figure what this means and what it wnats me to do
I would like to warn then kickban for 30 minutes, any pervs.
"Ban Channel by MC_8"
1# If someone is found in a ban'd channel, what do you want the script to do?
# -2 = /MSG Warn
# -1 = Kick
# 0 = Server Ban
# 1 and up is ban time in min's.
set mc_banc(pre:pun) -2
# If the above setting is 0, How long do you want to give them before scanning
# them again for further punishment? Set to 0 if you don't wanna rescan.
# (in min's)
set mc_banc(warn:time) 1
# What do you want to say for a warning/kick/ban message?
# %banchan will be replaced with the ban'd channel.
# %chan will be replaced with the current channel.
set mc_banc(warn:msg) "Hiya, you have 1 minute to leave %banchan or ya will be booted from %chan."
# If someone is STILL in the ban'd channel after giving them warning, what
# do you want the script to do?
# -1 = Kick
# 0 = Server Ban
# 1 and up is ban time in min's.
set mc_banc(post:pun) 5
whats a server ban? can some one explain to me the settings here?
thanks,
Evan