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.

Seen

Old posts that have not been replied to for several years.
Locked
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Seen

Post by GouroB »

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 :D
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
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

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
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From gseen README:
Installation:
-------------

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
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Oooops you should load the config :oops:

My bad but you do need to recompile your bot to use a new module as Alchera kindly shows in his post above :wink:
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
Locked