This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

can some one explain what this means

Old posts that have not been replied to for several years.
Locked
e
evansmith

can some one explain what this means

Post by evansmith »

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
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

A server ban is a IRC server ban.
Locked