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

Discussion of Eggdrop's code and module programming in C.
Post Reply
User avatar
Fahad
Op
Posts: 127
Joined: Mon Aug 29, 2016 9:40 am

"loadseenslang " Error

Post by Fahad »

I have load Language files in Language folder still I am getting this Error

[11:41:17] Tcl error in file 'eggdrop.conf':
[11:41:17] 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 "eggdrop.conf" line 215)
[11:41:17] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

Please help
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Have a look at speechles post maybe that helps.
Once the game is over, the king and the pawn go back in the same box.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Fahad I pointed you to that topic to see if the given solution helps and leave an answer here in your own post, not the other way around.

So, what have you tried from there?
Once the game is over, the king and the pawn go back in the same box.
User avatar
Fahad
Op
Posts: 127
Joined: Mon Aug 29, 2016 9:40 am

Post by Fahad »

caesar wrote:Fahad I pointed you to that topic to see if the given solution helps and leave an answer here in your own post, not the other way around.

So, what have you tried from there?
Bro This is the Settings

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

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

# now load the module
loadmodule gseen

# 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"

AND this Source i put - Source gseen.conf

at the end i got that msg which i show you earlier.

THESE are LAN FILES gseen.de
gseen.en
Post Reply