I have a botnet which contains a couple of eggdrops (1.6-18 ). What I'm trying to do is to ignore a person on one bot (.+ignore *!z@x.y), the problem is that the ignore is shared to another bots, which I dont want. Is there a way to prevent this and still share the rest of the userfile?
TIA
I have a botnet which contains a couple of eggdrops (1.6-18 ). What I'm trying to do is to ignore a person on one bot (.+ignore *!z@x.y), the problem is that the ignore is shared to another bots, which I dont want. Is there a way to prevent this and still share the rest of the userfile?
TIA
You can issue a partyline server side ignore command .dump mode $::botnick +g (on most networks) which basically tells the irc server to bypass all messages being sent to that nick unless the senders nick (they can ONLY be added as nicknames unfortunately) is in your ACCEPT list. This behaves by ignoring everyone until they have been added to the ACCEPT list (which has size limits and any other bots linking or ops using this bot will need to be on this list). Maybe not what you had in mind, but something most aren't aware..
dcc to bot on partyline wrote:.dump mode $::botnick +g
.dump accept nick1,nick2,nick3,nick4,nick5,etc,etc,etc
Thx for your replies. I forgot to say that I'm on IRCnet, so those commands wont work for me :( and also it would be pretty impossible to use Accept lists on bots, they'd be HUGE :) Cheers!