View previous topic :: View next topic |
Author |
Message |
Fahad Op

Joined: 29 Aug 2016 Posts: 116
|
Posted: Thu Mar 09, 2017 7:43 am Post subject: "loadseenslang " Error |
|
|
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 |
|
Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3584 Location: Mint Factory
|
Posted: Sat Mar 11, 2017 5:56 am Post subject: |
|
|
Have a look at speechles post maybe that helps. _________________ I tawt I taw a puddy tat! |
|
Back to top |
|
 |
caesar Mint Rubber

Joined: 14 Oct 2001 Posts: 3584 Location: Mint Factory
|
Posted: Sun Mar 12, 2017 12:47 pm Post subject: |
|
|
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? _________________ I tawt I taw a puddy tat! |
|
Back to top |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 116
|
Posted: Sun Mar 12, 2017 2:19 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
|