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 giving duplicate replies

Discussion of Eggdrop's code and module programming in C.
Post Reply
g
gencha
Voice
Posts: 15
Joined: Sat Feb 10, 2007 2:52 pm

Gseen giving duplicate replies

Post by gencha »

The problem is straight-forward. Gseen is giving me answers twice.
19:44:49 <@gencha> !seen penis
19:44:51 <@TTB005> gencha, penis? hmm... I'm trying to remember... maybe... I'm not sure... no. I don't remember penis.
19:44:57 <@gencha> !seen gencha
19:44:59 <@TTB005> gencha, do you have a split personality? *eg*
19:45:01 <@TTB005> gencha, do I look like a mirror? ^_^
19:45:42 <@gencha> !seenstats
19:45:45 <@TTB005> gencha, I'm currently tracking 7 nicks using 16420 bytes.
19:45:47 <@TTB005> gencha, I'm currently tracking 7 nicks using 16420 bytes.
The weird thing is, it's not every reply.

Any input is highly appreciated.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Look at your gseen.conf again; read the documentation carefully. It is possible a simple .restart will fix it.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
gencha
Voice
Posts: 15
Joined: Sat Feb 10, 2007 2:52 pm

Post by gencha »

I'll re-check the conf but i already did several restarts. Didn't work out.
f
fayettemat
Voice
Posts: 27
Joined: Tue Jan 09, 2007 6:10 pm

Post by fayettemat »

Alchera wrote:Look at your gseen.conf again; read the documentation carefully. It is possible a simple .restart will fix it.
you sure its that? I'm thinking its an AI seen thats causing the problem, I had that problem b4...made a lot of people mad at the poor bot
g
gencha
Voice
Posts: 15
Joined: Sat Feb 10, 2007 2:52 pm

Post by gencha »

That sounds like a good idea. I'll try to disable the AI seen. Thanks
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Alchera wrote:Look at your gseen.conf again; read the documentation carefully.
Looks like I suggested something to do first?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
f
fayettemat
Voice
Posts: 27
Joined: Tue Jan 09, 2007 6:10 pm

Post by fayettemat »

Alchera wrote:
Alchera wrote:Look at your gseen.conf again; read the documentation carefully.
Looks like I suggested something to do first?
yes you did was giving a hint about what it MIGHT be
give me a min and I'll post my config file for it...
got it: (comment out what I did should look similar)

Code: Select all

######
#####
###   AI Settings
#####
######

# this setting configures on which sentences your bot should
# attempt to do an ai-seen. Each of them is a simple wildcard
# mask. Set this to "" if you want to deactivate ai-seens or
# create more precise masks if the bots reacts too often.
#set ai-seen-binds {
#  "Alex have you seen ${nick}?"
#}

# this is just the same as above, but if triggered it will
# not do an ai-seen, but display its seen-stats.
#set ai-seenstats-binds {
#  "${nick}*seenstats*"
#  "${botnet-nick}*seenstats*"
#}

# when doing an AI seen, ignore the following words (otherwise
# the bot might give weird answers like "<bot> nick, bot was last seen..." :)
#set ai-seen-ignore "$nick ${botnet-nick} seen"
g
gencha
Voice
Posts: 15
Joined: Sat Feb 10, 2007 2:52 pm

Post by gencha »

That worked perfectly. Thanks a lot.
f
fayettemat
Voice
Posts: 27
Joined: Tue Jan 09, 2007 6:10 pm

Post by fayettemat »

I recall my frustration glade to offer a work around :)
Post Reply