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.

having some seen module prblems

Old posts that have not been replied to for several years.
Locked
O
Ovdis
Voice
Posts: 17
Joined: Sun Dec 05, 2004 9:01 am
Location: .lt

having some seen module prblems

Post by Ovdis »

hi, i've leaded the seen module, but i does not work in public. .seen nick and /msg botnick seen nick works perfectly, but the bot does not repsonse, when i type seen nick in a channel.
What could that be?
Thanks.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Code: Select all

.chanset #yourchan -nopubseens
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

oops the above applies to gseen module...

try this:

Code: Select all

.chanset #yourchan +seen
O
Ovdis
Voice
Posts: 17
Joined: Sun Dec 05, 2004 9:01 am
Location: .lt

Post by Ovdis »

Thanks. Works prefectly.
O
Ovdis
Voice
Posts: 17
Joined: Sun Dec 05, 2004 9:01 am
Location: .lt

Post by Ovdis »

eghm... it works perfectly only when the person is on the channel. if the person had just quit, the bot says:
I've never seen person around.
although the person had just parted the channel only 10 seconds ago.
what that could be?
keep it real
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

eggdrop's stock seen module operates on bot's userlist only (that is, doesn't remember users which aren't on the userlist)

get the gseen module, it stores information for/remembers everyone
Locked