View previous topic :: View next topic |
Author |
Message |
Fussi Voice
Joined: 10 Mar 2005 Posts: 14
|
Posted: Tue Oct 11, 2005 3:37 pm Post subject: Binding special chared words |
|
|
Hi,
i tried to do bind to the word "<censored>";
Code: | bind pubm - "*<censored>*" proc_doanticensor |
But he also reacts to "censored" which is not wanted at all.
So, is it possible to bin to such a word? If yes, how?
Thanks for any help
-Fussi |
|
Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Tue Oct 11, 2005 7:07 pm Post subject: |
|
|
That's what it does, it reacts if someone said <censored> in the channel. What do you exactly want? be clearer. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
Back to top |
|
 |
Fussi Voice
Joined: 10 Mar 2005 Posts: 14
|
Posted: Wed Oct 12, 2005 11:26 am Post subject: |
|
|
Well, i bound "<censored>", and the bot reacted to both "censored" AND "<censored>". But it seems to be a bug in the eggdrop itself.
The script isnt working as it should, so i'm going to remove it.
Whatever, thanks for reading and the reply  |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Wed Oct 12, 2005 7:59 pm Post subject: |
|
|
Now that was double dutch.  _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Oct 12, 2005 10:27 pm Post subject: |
|
|
Fussi wrote: | Well, i bound "<censored>", and the bot reacted to both "censored" AND "<censored>". But it seems to be a bug in the eggdrop itself.
|
nope, eggdrop doesn't behave like that; it must be a bug in your script(s) _________________ connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code |
|
Back to top |
|
 |
De Kus Revered One

Joined: 15 Dec 2002 Posts: 1361 Location: Germany
|
Posted: Thu Oct 13, 2005 8:48 am Post subject: |
|
|
check '.binds pubm' if you didnt double bind to your proc by using .rehash or similar to reload the changed script. _________________ 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 |
|
 |
|