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 module...

Discussion of Eggdrop's code and module programming in C.
User avatar
Okyys
Voice
Posts: 3
Joined: Mon Aug 29, 2005 10:45 pm
Location: Europe

gseen module...

Post by Okyys »

I am a novice in eggdrops!And I want to ask only one question! I downloaded gseen.mod for my eggdrop! Everything works fine, but how to get !seen requests via notice? Like /notice $nick Lamer was last seen quitting....! And sorry for my english too... i am estonian! Thanks...
CPU: P4-3.00HT ~3001 Mhz, RAMs: 1Gb 400Mhz DDR, MOTHERBOARD: Intel D875PBZ / i875P, VIDEO: ATI Radeon 9550 256MB/128-bit, HDDs: MPD9233AT 80Gb, SP2514N 250Gb, WD3000JB 300Gb, CDROMs: TEAC DW-548D.
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 +quietseens 
as user would have put it, Have you ever read "The Manual?"
User avatar
Okyys
Voice
Posts: 3
Joined: Mon Aug 29, 2005 10:45 pm
Location: Europe

Post by Okyys »

Yes i have read.. i am trying to get help anywhere! This .chanset #yourchan +quietseens doesn't work! Maybe i am an idiot... but what means this?:

Code: Select all

# for replies in the channel:
10 <?nick/?>,
# for replies via notice:
11 
# for replies via PRIVMSG
12
# for replies on the partyline
13
Cutted from gseen lang file...
I know, that my question is very stupid, but i am a beginner :(
CPU: P4-3.00HT ~3001 Mhz, RAMs: 1Gb 400Mhz DDR, MOTHERBOARD: Intel D875PBZ / i875P, VIDEO: ATI Radeon 9550 256MB/128-bit, HDDs: MPD9233AT 80Gb, SP2514N 250Gb, WD3000JB 300Gb, CDROMs: TEAC DW-548D.
User avatar
Okyys
Voice
Posts: 3
Joined: Mon Aug 29, 2005 10:45 pm
Location: Europe

Post by Okyys »

Oohh, sorry :) i solved my problem! demond, thanks a lot :oops: I found mistake in channel name! Heh... thanks anyway :oops: :oops:
CPU: P4-3.00HT ~3001 Mhz, RAMs: 1Gb 400Mhz DDR, MOTHERBOARD: Intel D875PBZ / i875P, VIDEO: ATI Radeon 9550 256MB/128-bit, HDDs: MPD9233AT 80Gb, SP2514N 250Gb, WD3000JB 300Gb, CDROMs: TEAC DW-548D.
User avatar
n00bie
Voice
Posts: 7
Joined: Sun Nov 20, 2005 11:15 am
Location: localhost

Post by n00bie »

talking of the gseen modules , my eggdrop cannot seen or traced for nicks which have a special characters in it. for example: Some^Nick cannot be seen by the bot, does anyone knows how to fixed this :?:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have never been advised of this happening and I use it in 46 bots I loan out.

If you know C then I suggest you look at the gseen source. As far as I am aware there is no further work being done with gseen.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Alchera wrote:Have never been advised of this happening and I use it in 46 bots I loan out.

If you know C then I suggest you look at the gseen source. As far as I am aware there is no further work being done with gseen.
you loan bots? now that's a career path I might have overlooked :P
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
K
KOPRajs
Voice
Posts: 2
Joined: Sun Apr 23, 2006 7:11 pm

KOPRajs

Post by KOPRajs »

Hi,
Could You please help me?
I've loaded the gseen module on my eggdrop and it works almost great, but it response twice to !seen commands...

I believe it can be something wrong with setting of ai_seen but don't know what as I haven't changed it.

If I type "Have You seen <nick>?"
It responce "<my_nick>, <nick> was last seen..."

But if I type "<bot_nick>, have You seen <nick>?"
It responce twice "<my_nick>, <nick> was last seen..."
"<my_nick>, <nick> was last seen..."

The same goes for "!seen <nick>"
It responce twice "<my_nick>, <nick> was last seen..."
"<my_nick>, <nick> was last seen..."

And the same for seenstats...

Any ideas? Thank You very much...

P.S. Strange that it response twice only if <bot_nick> is in the beggining of the line...
D
DjBeNNeTT
Voice
Posts: 27
Joined: Sat Feb 18, 2006 6:40 pm
Location: Telford, Shropshire, UK
Contact:

Post by DjBeNNeTT »

Does it do it ONCE if you just do "seen" with no "!"?

I have the problem that it allows just "seen" and gets quite annoying when i type on a new line with "seen" at the start
K
KOPRajs
Voice
Posts: 2
Joined: Sun Apr 23, 2006 7:11 pm

Post by KOPRajs »

Yes, that's what the "ai_seen" do. It replies on every line containing "seen <nick>"... and the bot really do it just once.

But is this really standard behavior or did I something wrong?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From README (which no one ever does):
AI seen:
--------

This module has a simple built in AI routine.
A short example:

<G`Quann> Argo: have you seen Fabian recently?
<|Argo|> G`Quann, fabian (~fabian@dns.gifs.de) was last seen quitting
from #eggdev 1 week 4 days 9 hours 40 minutes 56 seconds ago
(20.02. 01:39) stating ".....zzzzZZZzzZZZzZZZZZZZZZZzzz..".

Well, it's not a very intelligent AI, it's rather brute-force. So don't
forget to use the ai-seen-ignore setting.
I know that's not coded very elegant, but if you configure it correctly,
the failure-rate is way lower than with other AI scripts
...
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
b
berty
Voice
Posts: 1
Joined: Mon Jul 10, 2006 5:11 pm

Post by berty »

I have a problem with gseen.

When I write /msg newmalena seen Berty eggdrop reply's but when I wrihe !seen on channel i get no answer?!?!?

# the char that marks public commands (!seen, etc...)
# "" is a valid option
set cmdchar "!"

# channels where you do not want your bot to reply to public queries
set no-pub-seens ""

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

# same as quiet-seens but for AI seen
set quiet-ai-seens ""

# channels where you do not want your bot to log seen data
set no-seendata ""


I can't find the problem so if you can help me i would appreciate
K
Kappa007
Voice
Posts: 38
Joined: Tue Jul 26, 2005 9:53 pm

Post by Kappa007 »

No idea about gseen but maybe checking if there's a chan trigger bound to !seen by using the bind commmand might not hurt...
T
Torrevado
Op
Posts: 101
Joined: Wed Aug 02, 2006 6:29 pm

Post by Torrevado »

Hi, how can I configure Gseen module to allow 'seen requests' for nicks longer than 9 characters?
I tried in gseen.c, but there is not placed a NICK_LENGTH option or something similar..

Thanks in advance :wink:
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

in your eggdrop.conf:

set nick-len 12

or whatever length your irc server supports.. gseen doesn't care about how long the length is, afaik.
Post Reply