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)
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.
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?