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.

using the "gseen"-module

Old posts that have not been replied to for several years.
Locked
S
S0LAN

Post by S0LAN »

Hi, I've been using bass's seen script, but it didn't show time/date right (45 minutes was being 4 minutes..), and then I disabled the script, and added the gseen-module instead. It works perfectly, except I do NOT want the bot to make replies in #namsos, for example notice would have been fine.

I have edited the gseen.conf, but not much, I have set this:

# channels where you want your bot to send replies via notice to the user and
# not to the channel
set quiet-seens "#namsos"

It still sends replies to channel.. why? I have restarted and rehashed the bot...

Answers would be great!=)

-Øystein
solan@mail.com
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Int eh gseen.mod, there are some new settings, allowing you to change the settings on the fly.

Chan doing a ".chaninfo #namsos", and you will see the settings you can change with the .chanset command.

As for the script displaying 4 mins instead of 48 mins, this was because of a slight bug in the sotrage of time within eggdrop. This has been fixed in newer versions, and a simple udate to eggdrop1.6.6 or 1.6.7 would have done the trick.

Alternativly, adding "proc unixtime {} { return [clock secconds] }" to the config file, would have also fixed the problem.
Locked