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.

alice.tcl Make bot ignore certain people

Support & discussion of released scripts, and announcements of new releases.
Post Reply
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

alice.tcl Make bot ignore certain people

Post by Sanzen »

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.
w
willyw
Revered One
Posts: 1196
Joined: Thu Jan 15, 2009 12:55 am

Re: alice.tcl Make bot ignore certain people

Post by willyw »

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.
S
Sanzen
Voice
Posts: 12
Joined: Fri Jan 17, 2014 2:29 am
Contact:

Re: alice.tcl Make bot ignore certain people

Post by Sanzen »

Thanks so much!
Post Reply