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

	<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-08-15T03:32:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-08-15T03:32:55-04:00</updated>

		<published>2005-08-15T03:32:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54268#p54268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54268#p54268"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54268#p54268"><![CDATA[
<blockquote class="uncited"><div>okay but that's presumably done automatically by the server itself, isn't it</div></blockquote>Yes, it's done automatically.<br><blockquote class="uncited"><div>why allow users to do that too?</div></blockquote>Well, why not? I don't see anyting wrong with it.It can be used also as temporary altnick etc. There is same spammers and clones activity as before. Maybe you should ask ircd developers about it.<br><br>EDIT:<br><br>Final solution:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server onconnect proc onconnect { blah } {   set ::oldnick $::nick   set ::nick 0 } ;# onconnectbind evnt - disconnect-server ondisconnect proc ondisconnect { blah } {   set ::nick $::oldnick } ;# ondisconnect</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Aug 15, 2005 3:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-14T19:03:14-04:00</updated>

		<published>2005-08-14T19:03:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54260#p54260</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54260#p54260"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54260#p54260"><![CDATA[
okay but that's presumably done automatically by the server itself, isn't it? i.e. when you are to be nick-collided, the server changes your nick to random (UID) instead of disconnecting you; why allow users to do that too? seems irrelevant to the nick collision problem - the server can't wait for you to change your nick/UID by issuing <em class="text-italics">NICK 0</em> and only then to resolve the collision, right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 14, 2005 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-08-14T18:41:01-04:00</updated>

		<published>2005-08-14T18:41:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54259#p54259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54259#p54259"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54259#p54259"><![CDATA[
<blockquote class="uncited"><div>that they use UIDs I can understand, most modern ircds use UIDs internally for client tracking (since the UID doesn't change in client's lifetime, therefore nick chasing is no longer an issue); but why do they allow UIDs to be used externally as nicks is beyond me... seems irrational and like a present for spammers and drone monkeys who now can generate random nicks without actually trying!</div></blockquote>It's nick collision protection. Previously collided user was disconnected from server. Now that user change his nick to UID. Now much changed in spammers and drones.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Aug 14, 2005 6:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-14T18:29:25-04:00</updated>

		<published>2005-08-14T18:29:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54257#p54257</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54257#p54257"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54257#p54257"><![CDATA[
hah it looks like they've had that for some time now; from irc2.11 ChangeLog:<div class="codebox"><p>Code: </p><pre><code>2002-11-25  Jakub Vlasek        * s_user.c/m_nick(): Allow user to set his nick to UID by specifying          nick 0 or his own UID.</code></pre></div>that they use UIDs I can understand, most modern ircds use UIDs internally for client tracking (since the UID doesn't change in client's lifetime, therefore nick chasing is no longer an issue); but why do they allow UIDs to be used externally as nicks is beyond me... seems irrational and like a present for spammers and drone monkeys who now can generate random nicks without actually trying!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 14, 2005 6:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2005-08-14T18:14:50-04:00</updated>

		<published>2005-08-14T18:14:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54255#p54255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54255#p54255"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54255#p54255"><![CDATA[
<blockquote class="uncited"><div>another weird IRCnet feature? or rather german-only IRCnet feature, since you can only use this on *.de servers? I don't follow IRCnet development so we'll have to wait for some of our heavy-duty IRCnet users to comment on that</div></blockquote>That's not true. UIDs work in whole IRCnet and Eggdrop doesn't have any problems with it. It seems that those 2 servers are currently broken. You won't connect even with regular client if you set nick to 0, however you can change your nick to UID later without any problems. <br><br>You have 2 options: use another server (open.pl.ircnet.net works fine and is also opened for foreign connections) or set normal nickname and change it to UID when bot connect to server (using init-server procedure)<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server onconnectproc onconnect { blah } {  set nick 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Aug 14, 2005 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-14T17:28:41-04:00</updated>

		<published>2005-08-14T17:28:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54252#p54252</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54252#p54252"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54252#p54252"><![CDATA[
another weird IRCnet feature? or rather german-only IRCnet feature, since you can only use this on *.de servers? I don't follow IRCnet development so we'll have to wait for some of our heavy-duty IRCnet users to comment on that<br><br>I can't believe they did that, it really looks Unreal-ish<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 14, 2005 5:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2005-08-14T16:56:20-04:00</updated>

		<published>2005-08-14T16:56:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54251#p54251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54251#p54251"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54251#p54251"><![CDATA[
if you want a UID nick on irc you must do : /nick 0<br><br>example<br>/nick 0<br>Your nick is now 380AAJGS5<br><br>i want that eggdrop auto get UID nick on us.ircnet.org and ircnet.choopa.net<br><br>Ps: on *.De servers i have set nick 0  on config file and work good.. eggdrop auto get UID nick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Sun Aug 14, 2005 4:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-14T16:47:51-04:00</updated>

		<published>2005-08-14T16:47:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54250#p54250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54250#p54250"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54250#p54250"><![CDATA[
you've been running eggdrop for 2 years now yet you don't know that nicknames cannot start with a digit?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 14, 2005 4:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2005-08-14T16:23:06-04:00</updated>

		<published>2005-08-14T16:23:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54249#p54249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54249#p54249"/>
		<title type="html"><![CDATA[Server says my nickname is invalid]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54249#p54249"><![CDATA[
Hi all,<br>i want that mine eggdrops join on us.ircnet.org and ircnet.choopa.net with UID nick.<br>On my config file i have set: set nick "0" .<br>Eggdrop don't join on irc and i have received from servers these message:<br><br>Connected to ircnet.choopa.net<br>Server says my nickname is invalid.<br><br>Connected to us.ircnet.org<br>Server says my nickname is invalid.<br><br>What i must do?<br><br>Thx<br>Daltanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Sun Aug 14, 2005 4:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
