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.

Problem with AdminServ Tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
A
Amilcar
Voice
Posts: 12
Joined: Thu Oct 05, 2017 9:02 am

Problem with AdminServ Tcl

Post by Amilcar »

Hello,

I want to ask please haw to fix the AdminServ.tcl

I have this ERROR

Code: Select all

[12:45:52] Tcl error in file 'Ange.conf':
[12:45:52] can't read "trigger": no such variable
    while executing
"bind pub - ${trigger}access pub_access"
    (file "scripts/chanserv.c" line 30)
    invoked from within
"source scripts/chanserv.c"
    (file "Ange.conf" line 1400)
[12:45:52] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

If you've loaded ONLY the adminserv.conf file onto the bot, and not anything else that comes with it, then it should work because the trigger variable is defined in adminserv.conf at line 60 and should work. Haven't tested but it should work.
Once the game is over, the king and the pawn go back in the same box.
A
Amilcar
Voice
Posts: 12
Joined: Thu Oct 05, 2017 9:02 am

Re

Post by Amilcar »

All scripts is loaded but not work :roll: :roll:
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

In your eggdrop configuration file you got only this line?

Code: Select all

source scripts/adminserv.conf
Remove the other ones if you added them there because they will be loaded by adminserv.conf itself.
Once the game is over, the king and the pawn go back in the same box.
A
Amilcar
Voice
Posts: 12
Joined: Thu Oct 05, 2017 9:02 am

Re

Post by Amilcar »

I have only this

Code: Select all

[13:24] -Illyssa- Illyssa command categories:
[13:24] -Illyssa- USER User management.
[13:24] -Illyssa- CHANNEL Channel management.
[13:24] -Illyssa- INFORMATION Informative commands.
[13:24] -Illyssa- TOYS Entertainment commands.
[13:24] -Illyssa- OPER Helper/IRC Operator commands.
[13:24] -Illyssa- Illyssa Staff:
[13:24] -Illyssa- Administrators:
[13:24] -Illyssa- None
[13:24] -Illyssa- Network Helpers:
[13:24] -Illyssa- None
[13:24] -Illyssa- Helpers:
[13:24] -Illyssa- None
[13:25] -Illyssa- You already have a password set.
[13:27] -Illyssa- Illyssa Staff:
[13:27] -Illyssa- Administrators:
[13:27] -Illyssa- None
[13:27] -Illyssa- Network Helpers:
[13:27] -Illyssa- None
[13:27] -Illyssa- Helpers:
[13:27] -Illyssa- None
[13:28] -Illyssa- Illyssa Staff:
[13:28] -Illyssa- Administrators:
[13:28] -Illyssa- None
[13:28] -Illyssa- Network Helpers:
[13:28] -Illyssa- None
[13:28] -Illyssa- Helpers:
[13:28] -Illyssa- None
[13:28] -Illyssa- Illyssa / Trigger: -
[13:28] -Illyssa- Illyssa is a channel service bot, intended primarily to act as a complete combination of ChanServ, NickServ, OpServ, HelpServ, and Global combined.
Post Reply