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.

Colour codes in trigger

Old posts that have not been replied to for several years.
Locked
P
Peakin

Colour codes in trigger

Post by Peakin »

Hi,

I have a public trigger script, say !stats to show an url to our stats pages, however with it a being java chat many people have taken to using colours, howver from this the script has stopped working, how can i make the trigger to pick up all the colour & bold codes from before the trigger?

my current setup:

bind pub - !stats statbs:statbs

is there sumthing like:

bind pub - *!stats statbs:statbs

thus catching all codes?

thanks,

peaks
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

bind pubm *
i'd say
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

[from tcl-commands.doc]
(6) PUBM (stackable)
bind pubm <flags> <mask> <proc>
procname <nick> <user@host> <handle> <channel> <text>

Description: just like MSGM, except it's triggered by things said
on a channel instead of things /msg'd to the bot. The mask is
matched against the channel name followed by the text and can
contain wildcards. Also, if a line triggers a PUB bind, it will not
trigger a PUBM bind.
Module: irc
Locked