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.

Need help with this script (noob)

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
a
anixion
Voice
Posts: 15
Joined: Sat Nov 05, 2005 11:50 pm

Need help with this script (noob)

Post by anixion »

Hey i need help with this script.
I currently have a Advertising Script made for mIRC but i need it it TCL.
on *:TEXT:*:#:{
if ( $chan = #f-zer0 ) || ( $chan = #gather ) && ( $chr(35) isin $1- ) && ( $nick !isop $chan ) && ( $nick !isvoice $chan ) && ( pug !isin $1- ) {
mode $chan +b $address($nick,1)
.timer $+ $nick $+ $chan $+ $r(1,9) 1 900 mode $chan -b $address($nick,1)
set %kicks $calc(%kicks + 1)
kick $chan $nick No advertising, 15min Ban.
}
}
It bans when it sees anything with '#' and it doesent ban things like #pug etc. It auto unbans the ban in 15mins.

If some one can help me that would be awesum.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

There are tonnes of advertising scripts in the Tcl Archive. I suggest you search.

Help is given with Tcl scripts not mIRC "scripts".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply