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.

Need help with a TCL script

Support & discussion of released scripts, and announcements of new releases.
Post Reply
P
PsySc0rpi0n
Voice
Posts: 15
Joined: Sun Dec 27, 2009 6:00 am

Need help with a TCL script

Post by PsySc0rpi0n »

Hi... I'm trying to use tklogin-0.5 TCL script.

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
irc output:
Successfully set modes { +lg } on #<canal>.
4º Then i perform these command in the partyline (DCC chat, IRC):

Code: Select all

.save
irc output:
Saving user file...
5º Then i did this:

Code: Select all

!chan add #<canal>
irc output:
channel file already exists
6º Then this:

Code: Select all

!aop add #<canal> <nick>
irc output:
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
User avatar
tomekk
Master
Posts: 255
Joined: Fri Nov 28, 2008 11:35 am
Location: Oswiecim / Poland
Contact:

Post by tomekk »

if you want to add this account to auto-op list you have to register it at first:

Code: Select all

/msg <botname> register
this script is based on pseudo-account database, not on nicks/hostnames
P
PsySc0rpi0n
Voice
Posts: 15
Joined: Sun Dec 27, 2009 6:00 am

Post by PsySc0rpi0n »

tomekk wrote:if you want to add this account to auto-op list you have to register it at first:

Code: Select all

/msg <botname> register
this script is based on pseudo-account database, not on nicks/hostnames
Ok mate... I have read that in the instrutions inside the tcl script but i didn't realised what was that for. I'll try it and i'll give feedback here...

Thanks
P
PsySc0rpi0n
Voice
Posts: 15
Joined: Sun Dec 27, 2009 6:00 am

Post by PsySc0rpi0n »

Well mate, i've tryied that and i was able to register and login accounts and so on but i was unable to give voices to nicks in the channel.

Tell me something else:

The network where i have my chan has XOP and non-XOP system...

Does your tcl script works with all possible modes on this kind of networks??

Can i give the +q, +a + op, +hop and +v modes with your script??

And something else:

I don't fully understand yet this modes:

+q = owner of a channel
+a = aop/op --> Is this true?
+v = voice

SOP = to what?
HOP = to what?

Cheers
User avatar
tomekk
Master
Posts: 255
Joined: Fri Nov 28, 2008 11:35 am
Location: Oswiecim / Poland
Contact:

Post by tomekk »

It works only with op/halfop/voice.
P
PsySc0rpi0n
Voice
Posts: 15
Joined: Sun Dec 27, 2009 6:00 am

Post by PsySc0rpi0n »

tomekk wrote:It works only with op/halfop/voice.
And don't you know any TCL that allows me to control the SOP, AOP, HOP|AHOP and AVOICE?
I mean, to give modes when any nick enters the channel?

What i want is to set my bot to give those modes rather than the chanserv.

Cheers
Post Reply