<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8634" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-11-23T11:48:14-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8634</id>

		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-11-23T11:48:14-04:00</updated>

		<published>2004-11-23T11:48:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43033#p43033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43033#p43033"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43033#p43033"><![CDATA[
k, now what have you been looking for? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Tue Nov 23, 2004 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LaMpiR]]></name></author>
		<updated>2004-11-23T03:06:39-04:00</updated>

		<published>2004-11-23T03:06:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43025#p43025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43025#p43025"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43025#p43025"><![CDATA[
hahahahah. tnx man <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5688">LaMpiR</a> — Tue Nov 23, 2004 3:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-22T18:05:03-04:00</updated>

		<published>2004-11-22T18:05:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42995#p42995</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42995#p42995"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42995#p42995"><![CDATA[
He's talking about gseen's nick length restriction (as well I think). <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Edit gseen.c change:<div class="codebox"><p>Code: </p><pre><code>static int seen_nick_len = 9;</code></pre></div>To<div class="codebox"><p>Code: </p><pre><code>static int seen_nick_len = 32;</code></pre></div>reconfigure, make etc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Nov 22, 2004 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-11-22T05:14:05-04:00</updated>

		<published>2004-11-22T05:14:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42965#p42965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42965#p42965"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42965#p42965"><![CDATA[
maybe he's just looking for the "max-nick-length" setting in the conf...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Nov 22, 2004 5:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-11-22T04:29:31-04:00</updated>

		<published>2004-11-22T04:29:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42964#p42964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42964#p42964"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42964#p42964"><![CDATA[
<blockquote class="uncited"><div>i've instaled gseen mod, becaouse author of bseen didn't respond me for a long time. The problem is how should i change nick limit from 9 to 15 chars</div></blockquote>Change nick limit?  On your bot, this is controlled by a line in eggdrop1.6.x/src, which you would change to something like this:<div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 15   /* valid values 9-&gt;NICKMAX  */</code></pre></div> This subject is completely covered  <a href="http://forum.egghelp.org/viewtopic.php?t=8066" class="postlink">here</a>.<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Mon Nov 22, 2004 4:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LaMpiR]]></name></author>
		<updated>2004-11-22T02:56:42-04:00</updated>

		<published>2004-11-22T02:56:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42960#p42960</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42960#p42960"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42960#p42960"><![CDATA[
i've instaled gseen mod, becaouse author of bseen didn't respond me for a long time. The problem is how should i change nick limit from 9 to 15 chars<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5688">LaMpiR</a> — Mon Nov 22, 2004 2:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-21T12:10:38-04:00</updated>

		<published>2004-11-21T12:10:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42943#p42943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42943#p42943"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42943#p42943"><![CDATA[
Contact the author. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Nov 21, 2004 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[[R]]]></name></author>
		<updated>2004-11-21T10:43:19-04:00</updated>

		<published>2004-11-21T10:43:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42940#p42940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42940#p42940"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42940#p42940"><![CDATA[
just dont install 1.6.17  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br>I think the best eggdrop version is still 1.6.16 (!)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4899">[R]</a> — Sun Nov 21, 2004 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LaMpiR]]></name></author>
		<updated>2004-11-21T08:57:50-04:00</updated>

		<published>2004-11-21T08:57:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42938#p42938</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42938#p42938"/>
		<title type="html"><![CDATA[bseen problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42938#p42938"><![CDATA[
I am using eggdrop1.6.17 and latest bseen.<br>Whet somebody type !seen nick i get this on dcc<br>22:13:06 (Tetka_persa) [22:13] Tcl error [bs_pubreq1]: no value given<br>for parameter "uhost" to "join"<br><br>tcl script works on 1.6.15 version. So how should i fix this? OR can somebod recmmend me new seen script with notice answer ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5688">LaMpiR</a> — Sun Nov 21, 2004 8:57 am</p><hr />
]]></content>
	</entry>
	</feed>
