hello there,
i got a shell account running SunOS and alot of scripts
stopped working. either they don't load at all giving
syntax error when i start the eggdrop or don't function
properly.
does this have to do with the operating system being
SunOS or is it something else?
(the same scripts work fine on my other shell accounts)
<)Resilient> [05:43] Tcl error [mc:afb:part]: need op or halfop
that's from mc.antiflyby.tcl
it tries to ban everyone that leaves
actually whenever someone parts no matter how long they stay
it says it's banning them, but doesn't do it actually
mc.limit_time: 0 means it shouldn't do anything, but still it sets
the limit = users (since limit_users = 0)
[12:46] <)Resilient> [05:52] Tcl error in file 'Res.conf':
[12:46] <)Resilient> [05:52] can't read "olduserinfo-fields": no such variable
[12:46] <)Resilient> while executing
[12:46] <)Resilient> "string tolower ${olduserinfo-fields}"
[12:46] <)Resilient> invoked from within
[12:46] <)Resilient> "foreach field [string tolower ${olduserinfo-fields}] {
[12:46] <)Resilient> if { [lsearch -exact [string tolower ${whois-fields}] $field] >= 0 && [lsearch -exact [string ..."
[12:46] <)Resilient> (file "scripts/userinfo.tcl" line 105)
[12:46] <)Resilient> invoked from within
[12:46] <)Resilient> "source scripts/userinfo.tcl"
[12:46] <)Resilient> (file "Res.conf" line 219)
[12:46] <)Resilient> [05:52] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
that's from userinfo.tcl eventhough the same script works on my other
bots on other shell accounts
[05:54] Tcl error in file 'Res.conf':
[05:54] couldn't read file "netbots/netbots.tcl": no such file or directory
while executing
"source netbots/netbots.tcl"
(file "Res.conf" line 225)
[05:54] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
this has nothing to do with SunOS itself, it's due to configuration problems - double-check your configuration - bot, Tcl, config, scripts
if you are using pre-compiled eggdrop, don't use it anymore, compile your own; if the problems still persist, as a last resort you could compile your own Tcl, that is, to link your bot against Tcl libs compiled by you
i tried compiling the bot, even though the one i was using was precompiled by the server admin on
it's still the same, as fro the tcl lib thing you mentioned
i wouldn't bother even thinking how to do it lol
it's easier to switch shell companies
which version of tcl is required for eggdrop scripts to work?
i asked the admin he said it could be the tcl version and is asking me
which version do i want installed