I'm trying to use this TCL in a network that uses the +q, +a, etc, etc, that is different from the ones that uses the +o, +v, etc, etc.
The problem is that the bot, when i want to install/start the script, i perform the requested commands by the TCL, but when i try to add nicks to the AOP/HOP lists, it says that the accounts doesn't exists.
I'll describe, step by step, how am i doing these and write down the irc output for the commands i perform so that you can help me setting up these TCL.
1º - copy to the /scripts folder the TCL script.
2º - Loaded it into eggdrop.conf
3º - In the partyline do bot (DCC chat, IRC), i've done the following:
Code: Select all
.chanset #<canal> +lg
4º Then i perform these command in the partyline (DCC chat, IRC):Successfully set modes { +lg } on #<canal>.
Code: Select all
.save
5º Then i did this:Saving user file...
Code: Select all
!chan add #<canal>
6º Then this:channel file already exists
Code: Select all
!aop add #<canal> <nick>
account <nick> doesn't exists
I don't know why the script is telling me that the accounts doesn't exists...
What am i missing??
Cheers