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.

gseen

Discussion of Eggdrop's code and module programming in C.
Post Reply
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

gseen

Post by MrPune »

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
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

try adding this line to your eggdrop.conf under the scripts loading section:

source gseen.conf

Code: Select all

######
#####
###   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.
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

Post by MrPune »

thank you speechles .. i forgot to load gseen.conf ...
Post Reply