Hi, I just setup my bot, I want him to perform oper commands on my network, each time a normal client joins (i.e: not an oper) the bot should automatically assign a host to the user, something like *@user123.mynetwork.net, is there such a script out there?
Another small stupid question, this is my first time using eggdrop so I dont have a clue how to do it but how do I get my bot to identify himself to services and oper himself?
Pickkles wrote:
Another small stupid question, this is my first time using eggdrop so I dont have a clue how to do it but how do I get my bot to identify himself to services and oper himself?
Thanks for any help
to op your bots automatically, you need a botnet first and then u need to go to slennoxs eggdrop page and get the netbots script.
from there read read read ! all the information you need is out there ! slennox page has a great tutorial on how to set up a botnet.
What is the command (server one) to change the host of a user? I have an small irc network and I have the command: '/chghost nick host' Do you have one like this, or what type of the irc server is yours?
Once the game is over, the king and the pawn go back in the same box.
Ok, firstly, whats is a Botnet? I take it this is reffering to the network? If yes, it's not a problem since it's my network. Secondly, /chghost nick host is listed in the RFC (I think) so *all* ircd's that are standard compliant have that command, i.e: bahamut, dreamforge, unreal and all those.....so I guess thats a yes, my ircd does use that command to host users
/chghost is not listed in RFC 1459. When IRC was a wet-dream, the problem with DDOS, and host spoofing was never thoguht of, and as such, there was no need for it.
The RFC defined the protocol used to gain a connection, how servers and clients send commands and a basic command list. The commands listed, provide entry and exit to channels, messages and notices to users and channels, usee, channel and chanhnel user mode changes, server linking and killing commands and the ability to ban/kick users from servers.
There also a few other misc commands, for statistics and topics.
Ok, well I figured out how to get the bot to identify with services and /oper itself, so that works fine now, I also did some research on botnets and after that redid my config files, now all I need is a script to get the bot to /chghost users on connect.....i.e: the hard part :/
I have an private network and I'm running on my server an Unreal3.1.4-Meadows and this has /chghost thing, also sethost, setident, setname and .. etc. Next you will need an raw for the notice that he recives when someone conects to your server. I don't know exactly wich one..
Once the game is over, the king and the pawn go back in the same box.
Well, the bot does get the connect notice when someone connects:
*** Pix0r joined the party line.
[18:15] -NOTICE- *** Notice -- Client connecting on port 6667: dsdfsdf (~picks@dclient217-162-137-132.hispeed.ch) [clients]
So that should be fine...I think...now, how do I get him to automatically run the command?