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.

Eggdrop not reacting on colors

General support and discussion of Eggdrop bots.
Post Reply
J
Justin
Voice
Posts: 2
Joined: Fri May 12, 2006 6:25 pm

Eggdrop not reacting on colors

Post by Justin »

Hello peepz :)

I need to know how i can fix this problem.
I have a radioscript running on Eggdrop, but if someone typs a trigger like !onair he is not reacting on colors...
So if someone with mIRC colorcoding off... he is working... but if someone typs !onair with a color.. he is not...

How to fix this?

set listen_trigger "!onair";

thnx Justin.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

you can fix it by setting the channel to use color strip/block *eg*.

j.k.

you will have to bind to pubm, use stripcodes on the line and get the first word like [lindex [split [stripcodes abcgru $text] 0]] and match against the trigger.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
J
Justin
Voice
Posts: 2
Joined: Fri May 12, 2006 6:25 pm

Post by Justin »

De Kus wrote:you can fix it by setting the channel to use color strip/block *eg*.

j.k.

you will have to bind to pubm, use stripcodes on the line and get the first word like [lindex [split [stripcodes abcgru $text] 0]] and match against the trigger.
hmm i don't get it...
do i have to edit eggdrop.conf?
or do i need to edit my eggdrop script?

plz.. add me to msn i really need to fix this problem.

justin_online@hotmail.com
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Edit your eggdrop script. Read Tcl-commands.doc about [stripcodes] and the PUBM bind.
Post Reply