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.

Action scripts

Old posts that have not been replied to for several years.
Locked
B
Baidoc
Voice
Posts: 3
Joined: Sat Mar 06, 2004 7:45 pm
Location: Romania
Contact:

Action scripts

Post by Baidoc »

I`m using watchaction.tcl and it does nothing I want an good url for an script that kicks/bans users who use /me . Tnx alot.
BaidocSan
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

See the tcl-commands.doc file for "bind ctcp" or search the forum.
Once the game is over, the king and the pawn go back in the same box.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You can use this, like I do.
This would be the bind for ACTION */me*.

Code: Select all

bind ctcp - ACTION your_procedure_here
Remember to use the correct no. of arguments.
Alot of people, get confused... use this:

Code: Select all

proc my_procedure {nick uhost hand chan keyword arg} {
 global botnick myvar1 myvar2 .....
 .................
 .................
}
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked