| View previous topic :: View next topic |
| Author |
Message |
Sanzen Voice
Joined: 17 Jan 2014 Posts: 12
|
Posted: Fri Jan 17, 2014 6:24 pm Post subject: alice.tcl Make bot ignore certain people |
|
|
My eggdrop is connected to a server with another bot, they both run alice and I made the mistake of having them start a conversation. I killed the eggdrop so it would stop.
Long story short; I would like to make my bot ignore certain people. i.e; the other bot.
How can I make that happen?
I saw the dcc command +ignore but I am looking just to ignore the nick, not the hostname. |
|
| Back to top |
|
 |
willyw Revered One
Joined: 15 Jan 2009 Posts: 1175
|
Posted: Fri Jan 17, 2014 6:35 pm Post subject: Re: alice.tcl Make bot ignore certain people |
|
|
| Sanzen wrote: |
...
I saw the dcc command +ignore but I am looking just to ignore the nick, not the hostname.
|
Do: .+ignore nick
then check the list of ignores with: .ignores
There new entry should appear like this: nick!*@*
Test it with that.
See if that does what you want.
I hope this helps. |
|
| Back to top |
|
 |
Sanzen Voice
Joined: 17 Jan 2014 Posts: 12
|
Posted: Fri Jan 17, 2014 7:29 pm Post subject: Re: alice.tcl Make bot ignore certain people |
|
|
| Thanks so much! |
|
| Back to top |
|
 |
|