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 9char limit still not working.

Support & discussion of released scripts, and announcements of new releases.
Post Reply
m
marvz
Halfop
Posts: 64
Joined: Fri Jun 18, 2010 2:37 pm

gseen 9char limit still not working.

Post by marvz »

Hello all. I'm having a problem with gseen. Its limited to the typical 9chars that's been a known problem with it so, I changed this line to the 32 that was discussed in this thread: http://forum.egghelp.org/viewtopic.php? ... eennicklen

Code: Select all

static int seen_nick_len = 32;
I did the
./configure
make config
make
make install

and it is still giving me the same message about the nicks being to long after I did the modifications. Any ideas what I may be doing wrong? Thanks in advance.
p
pseudo
Halfop
Posts: 88
Joined: Mon Nov 23, 2009 4:52 am
Location: Bulgaria
Contact:

Post by pseudo »

Who edited my original message without a sign? This version:
With the latest version of gseen.mod you will no longer have to make any edits on the source, but simply defining 'set seen-nick-len <length>' in your main eggdrop configuration file.
isn't exactly what I wrote.
Last edited by pseudo on Fri Jul 23, 2010 4:45 pm, edited 2 times in total.
m
marvz
Halfop
Posts: 64
Joined: Fri Jun 18, 2010 2:37 pm

Post by marvz »

Thank you. Its fixed. I did have another question regarding gseen though. Is it possible to configure it to show the actual idle time of the nick idling in the chan?
Post Reply