As you know when you connect with mIRC you can do this :
/server name:port pass
In this case "pass" is a password sended to the server to connect, mIRC sends it automatically, but I don't know how to do it with an eggdrop, are there some scripts ?
More over the password changes all months, it would be good to change it manually by the party line when I'm logged on like this :
.key NUMBER
What do you think about that ? Do you think it's possible ? Can you help me ?
# This is the bot's server list. The bot will start at the first server listed,
# and cycle through them whenever it gets disconnected. You need to change these
# servers to YOUR network's servers.
#
# The format is:
# server[:port[:password]]
#
# Both the port and password fields are optional; however, if you want to set a
# password you must also set a port. If a port isn't specified it will default to
# your default-port setting.
set servers {
you.need.to.change.this:6667:Password
another.example.com:7000:Password
}
or go through the scripts section and search for "identify" scripts
Yes, I have checked this already, but I don't know how to write in this file the password :/
server[:port[:password]]
Something like .key [NUMBER] in party line, and I have searched on the scripts before posting here and have find nothing corresponding :/
If you could help me...
Edit: More over I'm not looking after a NickServ identify system or other Services, I need to put just the password on connection after the server name and after the port. Else, my Egg couldn't connect as I want :/
Because I have to do it one time by month and I wouldn't be there to do it, and I can't give my passes to this shell acount :/
I have a work stage for 6 months, the bot will be runing but nobody will have access to the conf file !!! I'm the only one who has !!! So, with a party line command it would be easy to do for the bot master, do you understand now ?
open the config file, search for that line with the password and replace it with the new password. then write back the file.
commands you will need:
open, read, split, lreplace, puts, close