View previous topic :: View next topic |
Author |
Message |
MrPune Voice
Joined: 22 Feb 2007 Posts: 6
|
Posted: Wed Jun 06, 2007 4:54 pm Post subject: gseen |
|
|
am basic user of eggdrop .. i have downloaded gseen module, module gets loaded .. but when i do !seen it says "NOLANGNOLANG", i have copied gseen.de.lang & gseen.en.lang in eggdrop/language dir too ..
PLEASE HELP ME |
|
Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Wed Jun 06, 2007 5:15 pm Post subject: |
|
|
try adding this line to your eggdrop.conf under the scripts loading section:
source gseen.conf
Code: | ######
#####
### 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"
<snip> |
pretty self explanatory, you should NOT load the module on it's own.
as you can see, simply sourcing gseen.conf will handle loading the module and setting up gseen. |
|
Back to top |
|
 |
MrPune Voice
Joined: 22 Feb 2007 Posts: 6
|
Posted: Wed Jun 06, 2007 5:37 pm Post subject: |
|
|
thank you speechles .. i forgot to load gseen.conf ... |
|
Back to top |
|
 |
|