<?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/10802" />

	<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>2005-11-11T09:59:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Haudrauf]]></name></author>
		<updated>2005-11-11T09:59:05-04:00</updated>

		<published>2005-11-11T09:59:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57330#p57330</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57330#p57330"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57330#p57330"><![CDATA[
Yo, but it didn't come to my mind the variable username would be truncated. I thought if you set username to "Whatever3414" it would still keep its set value but truncates it for the internal usage with the network.<br><br>Wrong thought.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6966">Haudrauf</a> — Fri Nov 11, 2005 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T09:44:19-04:00</updated>

		<published>2005-11-11T09:44:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57328#p57328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57328#p57328"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57328#p57328"><![CDATA[
"username" is Network dependent. Nothing to do with eggdrop. Most allow 9 characters and no more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 9:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Haudrauf]]></name></author>
		<updated>2005-11-11T09:37:59-04:00</updated>

		<published>2005-11-11T09:37:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57325#p57325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57325#p57325"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57325#p57325"><![CDATA[
This has been solved now.<br>I was doing it like this:<br><div class="codebox"><p>Code: </p><pre><code>set username "Hello123456"set nick $username</code></pre></div>but username gets truncated internally.. it's nowhere written :/ but ok.<br><br>So I did now:<div class="codebox"><p>Code: </p><pre><code>set nickname "Hello123456"# ok gets truncated again but it doesn't matterset username $nicknameset nick $nickname</code></pre></div>Solved the mysterious truncation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6966">Haudrauf</a> — Fri Nov 11, 2005 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T09:33:25-04:00</updated>

		<published>2005-11-11T09:33:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57324#p57324</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57324#p57324"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57324#p57324"><![CDATA[
Setting nick-len to 32 in your bot configuration file should be fine as long as your network supports nicks of these lengths. Read your server's motd to check.<br><br>This setting has nothing to do with a bot recognising (internally) nicks longer than the default 9 characters.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Haudrauf]]></name></author>
		<updated>2005-11-11T08:43:15-04:00</updated>

		<published>2005-11-11T08:43:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57322#p57322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57322#p57322"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57322#p57322"><![CDATA[
That's exactly what i don't want. I've read up all those posts about handlen and nicklen on this forum here. It's nothing that really helps me.<br><br>Look, I don't want to change my internal handle lengths. It's good at 9.<br><br>I ONLY wanna change my nick-len to higher than 9 and smaller than 33.<br><br>Now.. For this to work DO I REALLY NEED to compile with a higher maximal handlen? I mean.. wtf - this breaks my botnet!<br><br>If that's the case - isn't that a bug? And if it's not a bug but a feature that people have to have same max handlen as max nicklen in eggdrop.h, then put it as default future releases.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6966">Haudrauf</a> — Fri Nov 11, 2005 8:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-11T00:21:54-04:00</updated>

		<published>2005-11-11T00:21:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57314#p57314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57314#p57314"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57314#p57314"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 32   /* valid values 9-&gt;NICKMAX  */</code></pre></div>The above code change for eggdrop.h to allow internal handles of up to 32 chars.<div class="codebox"><p>Code: </p><pre><code>### SERVER MODULE - OTHER NETWORKS (net-type 5) #### This setting allows you to specify the maximum nick-length supported by your# network. The default setting is 9. The maximum supported length by Eggdrop# is 32.set nick-len 32</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Nov 11, 2005 12:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Haudrauf]]></name></author>
		<updated>2005-11-10T23:27:28-04:00</updated>

		<published>2005-11-10T23:27:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57312#p57312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57312#p57312"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57312#p57312"><![CDATA[
My conf clearly states net-type 5 before nick-len <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I get the feeling this is an eggdrop bug.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6966">Haudrauf</a> — Thu Nov 10, 2005 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-10T23:19:17-04:00</updated>

		<published>2005-11-10T23:19:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57311#p57311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57311#p57311"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57311#p57311"><![CDATA[
nope, qnet is lame and shouldn't be supported at all<br><br>j/k<br><br>try setting <em class="text-italics">nick-len</em> after <em class="text-italics">net-type</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Nov 10, 2005 11:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Haudrauf]]></name></author>
		<updated>2005-11-10T23:13:33-04:00</updated>

		<published>2005-11-10T23:13:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57309#p57309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57309#p57309"/>
		<title type="html"><![CDATA[quakenet net-type nicklen]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57309#p57309"><![CDATA[
I'm not new to eggdrop bots but when I wanted to change to a longer nick than 9 chars it just always truncated at the nineth character.<br>Using eggdrop 1.6.17.<br><br>All my bots reside on quakenet - so I use net-type 5. (I set every variable concerning net-type 5).<br>Since quakenet allows 14 chars for the nickname I set nick-len to 14.<br><br>I'm really not keen on compiling my whole botnet from new to set some handles that would affect my linking abilities to external botnets who still use the handlen default of 9.<br><br>Seeing eggdrop.h in the source, it says, maximal nick length is 32.. I would only need to set nick-len or nicklen to more than 9.<br><br>Anyhow:<br><br>- It always truncates the botnick at 9 characters.<br>- Isn't it time eggdrop gets an own net-type just for quakenet? Seeing that quakenet is the biggest ircnetwork in the world at the moment.<br>- What's wrong with my setup? Would I really need compiling handlen to 32 just for nicklen to work? wtf?!<br><br><br>Bye,<br>Haudrauf<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6966">Haudrauf</a> — Thu Nov 10, 2005 11:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
