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.

loadseenslang error

Old posts that have not been replied to for several years.
Locked
P
Paladinz

loadseenslang error

Post by Paladinz »

hi, i compiled gseen along with eggdrop 1.6.16 on FreeBSD 4.9 and get this error when trying to start the bot. Any ideas why please? :cry:

Code: Select all

[18:28] gseen.mod v1.0.9 loaded.
[18:28] Module loaded: gseen           
[18:28] Tcl error in file 'Brainteez.conf':
[18:28] invalid command name "loadseenslang"
    while executing
"loadseenslang "en" "English" language/gseen.en.lang"
    (file "gseen.conf" line 16)
    invoked from within
"source gseen.conf"
The lang file is there, the so is there etc.

Thanks in advance
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

#load the English language file
loadseenslang "en" "English" language/gseen.en.lang
Make sure it's exactly where it should be ie. in the "language" folder of your eggdrop folder.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
P
Paladinz

Post by Paladinz »

Thanks, but strangely I did actually think of that and put everything in the right folders, i find bots run better that way :D

Anyone have any idea what would cause the error?
P
Paladinz

Post by Paladinz »

Just as an addendum,

the error is not that it cant find the lang file, its that loadseenslang is an invalid command, odd when the module is shown as loaded.
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

Although I never used the gseen module, I wonder is it loadseenslang or loadseenlang?

edit: nvm. It appears it should indeed be loadseenslang.
User avatar
FiRe
Voice
Posts: 18
Joined: Mon Jan 19, 2004 6:40 am

Post by FiRe »

I use this:

In conf:

Code: Select all

load gseen.conf
in gseen.conf:

Code: Select all

######
#####
###   General Settings
#####
######

# the file where the seen data will be backuped.
# WARNING: set this _before_ the module is loaded.
set gseenfile "seen/gseen.Wireplay.dat"

# now load the module
loadmodule gseen

# load the English language file
loadseenslang "en" "English" language/gseen.en.lang

etc.
Works for me (Eggdrop v1.6.17+misccleanups on SuSe Linux 9.0 with TCL v8)
P
Paladinz

Post by Paladinz »

basically what i use, yet mine says the loadseenslang is an unknown command :roll:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

OK! This is weird as I use it exactly as I pasted and it works. All I have done is replaced the "loadmodule seen" with "source gseen.conf" in the eggdrop conf and have gseen.conf exactly as received and works perfectly.

Maybe re-read the instructions in README and recompile the eggie?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked