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

Discussion of Eggdrop's code and module programming in C.
Post Reply
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

gseen

Post by MrPune »

i have problem with gseen, when i tried to do !seen on long nick its says "you know that the length of nicks is limited, don't you?" OR "Hum... don't you think this nick is a bit long? ^_^"

plz someone help me with it .. how to increase char limit

thank you ...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

This has been covered more than once and a forum search would have revealed the answer.

Edit gseen.c find the line "static int seen_nick_len" and change to:

Code: Select all

static int seen_nick_len = 32
Recompile!
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

Post by MrPune »

Oh Is It ?? Sorry I Was Not Aware That This Topic Was Discussed Before ... But Thank You So Much Alchera For Helping Me Out ...
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

where do i find gseen.c ???

Post by MrPune »

i try to search .. but i cant find gseen.c ?? please help me in that Alchera.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Download the src for it from the authors website, then when you unpack the archive the file will be in src/mod/gseen.mod/ subdir..

You'll need the eggdrop src to recompile the module as well..
M
MrPune
Voice
Posts: 6
Joined: Thu Feb 22, 2007 4:24 pm

Post by MrPune »

Ohhhh that means ihave to do it all over again ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

MrPune wrote:Ohhhh that means ihave to do it all over again ?
I thought we'd made that quite obvious. :roll:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
B
BoaR
Halfop
Posts: 48
Joined: Fri Jul 20, 2007 1:36 am

Post by BoaR »

hello apprentice !
Post Reply