| View previous topic :: View next topic |
| Author |
Message |
Justin Voice
Joined: 12 May 2006 Posts: 2
|
Posted: Fri May 12, 2006 6:30 pm Post subject: Eggdrop not reacting on colors |
|
|
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. |
|
| Back to top |
|
 |
De Kus Revered One

Joined: 15 Dec 2002 Posts: 1361 Location: Germany
|
Posted: Fri May 12, 2006 6:38 pm Post subject: |
|
|
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... |
|
| Back to top |
|
 |
Justin Voice
Joined: 12 May 2006 Posts: 2
|
Posted: Fri May 12, 2006 6:51 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Fri May 12, 2006 6:59 pm Post subject: |
|
|
Edit your eggdrop script. Read Tcl-commands.doc about [stripcodes] and the PUBM bind. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
|