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.

Op-script

Old posts that have not been replied to for several years.
Locked
c
cvanmeer
Halfop
Posts: 40
Joined: Tue Dec 02, 2003 1:00 pm
Location: The Netherlands
Contact:

Op-script

Post by cvanmeer »

Hi,

could someone help me with the following:
I want to make a script that give ops to users that are saved in a file on
my linux server
And I want to add the users with the commando !op <nick>
then the hostname of that nick has to be saved to a file (op.dat) and force a rejoin of the user (a /hop)
I want to do the same with !voice (voice.dat)

So when a user logs in, my bot will check the files on my server (op.dat and voice.dat) and if a user is in that file, give him/her the correct rights (in op.dat gets op rights, in voice.dat get voice rights)

thx in advance,

Chrizz
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: Op-script

Post by user »

cvanmeer wrote:And I want to add the users with the commando !op <nick>
then the hostname of that nick has to be saved to a file (op.dat) and force a rejoin of the user (a /hop)
op/hop? Anyway...have you heard about eggdrop? it's real neat...it has this thing called a userlist that you can add people to with flags and stuff. You should really check it out.
Have you ever read "The Manual"?
c
cvanmeer
Halfop
Posts: 40
Joined: Tue Dec 02, 2003 1:00 pm
Location: The Netherlands
Contact:

Post by cvanmeer »

op/hop? Anyway...have you heard about eggdrop? it's real neat...it has this thing called a userlist that you can add people to with flags and stuff. You should really check it out.
I want to do this with a TCL script. Not with the user file of the Eggdrop. So anybody has any suggestions?

Chrizz
Locked