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.

Something very hard...

Old posts that have not been replied to for several years.
Locked
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Something very hard...

Post by Zariffa »

Hello all,

I have one question.

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 ?

Thanks.
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

either:
# 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
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Post by Zariffa »

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 :/

Thanks !
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

why don't you just edit your config file?
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Post by Zariffa »

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 :/
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Since you'll be able to do it via dcc each month, then you'll be able to edit the conf file every month.
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

my thoughts...
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Post by Zariffa »

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 ?

Sorry for my english, I'm French.
User avatar
arcane
Master
Posts: 280
Joined: Thu Jan 30, 2003 9:18 am
Location: Germany
Contact:

Post by arcane »

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
aVote page back online!
Check out the most popular voting script for eggdrop bots.

Join the metal tavern!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

If you do a forum search, I think there was a request for a script which replaces settings in your eggdrop.conf.
Z
Zariffa
Voice
Posts: 22
Joined: Sat Jan 03, 2004 12:13 am

Post by Zariffa »

I have looked... there is nothing in this forum about that... nobody could help me ? Please !
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

there is a script that edit the config file with dcc cmd maybe little editing made a timer to edit the config

http://www.egghelp.org/cgi-bin/tcl_arch ... escription

maybe there are more scripts in archive that do that try a search in the tcl archive.i did not search for it though.
Locked