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.

make gseen answer in another language

Discussion of Eggdrop's code and module programming in C.
Post Reply
User avatar
agathodaimon
Voice
Posts: 29
Joined: Sun Aug 21, 2005 12:33 pm

make gseen answer in another language

Post by agathodaimon »

Hi
how do i make gseen answer in a lang.file of my own?.
I read the readme file ..i looked around the forum to find an answer..but nothing..
any ideas?

Thx
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

it's all in gseen.conf:

Code: Select all

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

# load the German language file
loadseenslang "de" "Deutsch" language/gseen.de.lang

# set the default language to english...
set default-slang "en"

# ... but let #xwp use the german langfile
setchanseenlang #xwp "de"
User avatar
agathodaimon
Voice
Posts: 29
Joined: Sun Aug 21, 2005 12:33 pm

and the answer would be.....

Post by agathodaimon »

[11:54] Successfully loaded eggping.tcl 1.0.6 by Souperman!
[11:54] Can't open gseen file, creating new database...
[11:54] gseen.mod v1.0.9 loaded.
[11:54] Module loaded: gseen
[11:54] Tcl error in file 'oblio.conf':
[11:54] invalid command name "loadseenslang"
while executing
"loadseenslang "en" "English" language/gseen.en.lang"
(file "gseen.conf" line 16)
invoked from within
"source gseen.conf"
(file "kiss.conf" line 1356)
[11:54] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
oblio@oblio:~/eggdrop>
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

likely old gseen version, get the latest
User avatar
agathodaimon
Voice
Posts: 29
Joined: Sun Aug 21, 2005 12:33 pm

allrighty then

Post by agathodaimon »

ok thx
will do
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

demond wrote:likely old gseen version, get the latest
Nope!

They didn't copy the *.lang files from ~src~mod~gseen.mod into ~language
Don't forget to copy the langfiles from eggdrop1.6.2/src/mod/gseen.mod/ to eggdrop/language.
The README is old.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

nope, that's not a lang file problem:

Code: Select all

[11:54] Module loaded: gseen
[11:54] Tcl error in file 'oblio.conf':
[11:54] invalid command name "loadseenslang" 
...or it is, but in such case [loadseenslang] is implemented/loaded only if language files exist, which is lame
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Latest (and last version) is gseen.mod v1.1.1.dev3. Apparently gseen.mod is not being further developed or supported by the author.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I run 1.1 without any problems
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

demond wrote:I run 1.1 without any problems
I use dev3 and have never had a drama either. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply