my eggdrop is running normally but donno y it doesnt reply when i use
!seen nick
. i loaded " seen.so " module ... so it should work init ? and i have also tried to load " gseen.conf " module but i couldnt load it .. donno y . a msg comes like " couldnt find the file " but i put the file there .
thx for any help from any one
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes. www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
You should'nt try and load the gseen.conf, its just a file to setup how the seen module works. Did you recompile your bot with the seen module or did you just add it to the config?
If you dont want to recompile your bot you can just use a seen script. Bass's seen script is an excelent choice. Check in the tcl archive for it.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
gseen.mod is written for eggdrop1.6, but it should also work with eggdrop 1.4.
You need the eggdrop source to compile the module.
The following instructions assume, ~/eggdrop1.6.17/ is the directory
where you installed your eggdrop from. (of course, other source dirs
will work as well)
Put gseen.mod.1.1.0.tar.gz in ~/eggdrop1.6.17/src/mod/,
and unpack it (tar xfz gseen.mod.1.1.0.tar.gz). Change directory
back to ~/eggdrop1.6.17/.
Now just do what you've done when you compiled your bot:
"./configure"
"make config" (you can skip this command on eggdrop 1.4)
"make"
"make install"
Don't forget to copy the langfiles from eggdrop1.6.17/src/mod/gseen.mod/ to
eggdrop/language.
All settings can be found in ~/eggdrop1.6.17/src/mod/gseen.mod/gseen.conf
Copy it to your eggdrop directory, edit it to fit your needs and put
"source gseen.conf" at the end of your eggdrop config file. The last thing
to do is to .rehash your bot.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
My bad but you do need to recompile your bot to use a new module as Alchera kindly shows in his post above
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born