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.

Binding for actions?

Old posts that have not been replied to for several years.
Locked
A
Allan

Post by Allan »

I've been thru the list of bindings several times in tcl-commands.doc, and I see the ACT binding for actions on the partyline, but no binding for actions on the IRC channel itself.

Is it covered by another binding, or are my eyes just too fuzzy with sleep to see it? :smile:

Thanks for your help
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

ctcp since action is a ctcp
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

This question belongs in the Tcl forum..

An ACTION is in fact a CTCP (which is a PRIVMSG), so you would use something like:

Code: Select all

bind ctcp - ACTION ctcp:checkaction
A
Allan

Post by Allan »

Cheers guys, that's great :smile:

Sorry, yeah I did intend to post this in the other forum. Dunno what happened there :/
Locked