I have searched for it but couldnt find anything about my noob problem
I've edited the gseen module abit but it cant use the language for some reason. When I use it in channel it just responds:
Bitch> NOLANGNOLANG
and in console it responds
[17:51] WARNING! No language selected! (getslang())
i have these (and more) lines in gseen script
loadseenslang "en" "English" language/gseen.en.lang
set default-slang "en"
setchanseenlang #mychannel "en"
only made a change to this line, switching it from de to en.. so it both sets the default language to english, and set #mychan to english as well, still doesnt work
# ... but let #xwp use the german langfile
setchanseenlang #mychan "en"
and which is the right forum? its not a tcl script
the gseen module comes with comprehensive installation instructions, read the damn README for cryin' out loud
Here's a tip: you must copy the language files that are included in gseen to your /home/eggdrop/language directory.
yeah hoped it would, but since the default didn't work, I tried with the channel setting too. Thought that might having set the language 2x might actually get it set, but noo...
Seems like theres some very weird problem..I got the language files where they should be, Im loading them, Im setting them, but gseen still complain about not having a language selected
yes thats where they are, thats kinda what I meant with "I got the language files where they should be" but nm...
dont wanna flame or seems disappointed, but will anyone give me some advice that isn't noob oriented and can actually help me? It seems gseen has gone sick in my end as it cant see the language files, and I've apparently done everything By The Book, and it still doesnt work.
gseen.conf:
# 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 #funo "de"
The above works for me.. Maybe using both set default-slang "en" and "setchanseenlang #chan "en" " is causing a problem.. I didn't test that.
# 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"
There's no reason why there would be an error if the files needed are located as above and the default language has been set.
Note: Changes to gseen.conf may require a bot restart rather than a rehash.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
# Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if you want it to run on Windows.
# Cygwin is not a way to magically make native Windows apps aware of UNIX ® functionality, like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM