View previous topic :: View next topic |
Author |
Message |
Amilcar Voice
Joined: 05 Oct 2017 Posts: 12
|
Posted: Fri Feb 02, 2018 7:49 am Post subject: Problem with AdminServ Tcl |
|
|
Hello,
I want to ask please haw to fix the AdminServ.tcl
I have this ERROR
Code: |
[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)
|
|
|
Back to top |
|
 |
caesar Ass Kicker

Joined: 14 Oct 2001 Posts: 3550 Location: Mint Factory
|
Posted: Sat Feb 03, 2018 3:42 am Post subject: |
|
|
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. _________________ You may say anything about me, but at least don't misspell my name. xD |
|
Back to top |
|
 |
Amilcar Voice
Joined: 05 Oct 2017 Posts: 12
|
Posted: Sat Feb 03, 2018 6:19 am Post subject: Re |
|
|
All scripts is loaded but not work  |
|
Back to top |
|
 |
caesar Ass Kicker

Joined: 14 Oct 2001 Posts: 3550 Location: Mint Factory
|
Posted: Sat Feb 03, 2018 7:27 am Post subject: |
|
|
In your eggdrop configuration file you got only this line?
Code: |
source scripts/adminserv.conf
|
Remove the other ones if you added them there because they will be loaded by adminserv.conf itself. _________________ You may say anything about me, but at least don't misspell my name. xD |
|
Back to top |
|
 |
Amilcar Voice
Joined: 05 Oct 2017 Posts: 12
|
Posted: Sat Feb 03, 2018 8:37 am Post subject: Re |
|
|
I have only this
Code: | [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. |
|
|
Back to top |
|
 |
|