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.

A bind that gets triggered by any word possible?

Help for those learning Tcl or writing their own scripts.
Post Reply
D
DarkGhost
Voice
Posts: 6
Joined: Mon Jan 15, 2007 8:52 pm

A bind that gets triggered by any word possible?

Post by DarkGhost »

Hello I was wondering if it was possible for a bind to get triggered by when anyone talks in a channel?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Read Tcl-commands.doc in your eggdrop's doc/ directory about PUB and PUBM binds. Search the forum for examples and check out other Tcl scripts and see how these binds are being used.
S
Spartacus
Voice
Posts: 5
Joined: Fri Jan 19, 2007 11:55 am

Post by Spartacus »

Code: Select all

bind pubm - * pubm:yourproc
something like that?
Post Reply