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

	<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>2007-09-15T15:39:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[lsn]]></name></author>
		<updated>2007-09-15T15:39:54-04:00</updated>

		<published>2007-09-15T15:39:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75959#p75959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75959#p75959"/>
		<title type="html"><![CDATA[* Duplicate user record 'xxxx'!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75959#p75959"><![CDATA[
they are linked but dont share userfile. Each one have his own userfile<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5215">lsn</a> — Sat Sep 15, 2007 3:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-09-15T15:35:50-04:00</updated>

		<published>2007-09-15T15:35:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75957#p75957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75957#p75957"/>
		<title type="html"><![CDATA[* Duplicate user record 'xxxx'!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75957#p75957"><![CDATA[
Well, your script is not to blame (atleast not directly, in any way).<br>Even if you were to try and add an already existant user, adduser would know to handle it properly.<br><br>You say all your eggies have the same problem.. are they linked with userfile sharing?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Sep 15, 2007 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lsn]]></name></author>
		<updated>2007-09-15T13:30:46-04:00</updated>

		<published>2007-09-15T13:30:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75956#p75956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75956#p75956"/>
		<title type="html"><![CDATA[* Duplicate user record 'xxxx'!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75956#p75956"><![CDATA[
eggdrop 1.6.18 and tcl 8.4<br>Hope this helps.<br><br>But i get this error on all my eggdrops not just one ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5215">lsn</a> — Sat Sep 15, 2007 1:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-09-15T11:26:05-04:00</updated>

		<published>2007-09-15T11:26:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75951#p75951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75951#p75951"/>
		<title type="html"><![CDATA[* Duplicate user record 'xxxx'!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75951#p75951"><![CDATA[
Your code looks correct..<br>I would guess that your userfile has been damaged at some point.<br>But just to make sure, which version of eggdrop and tcl are you using?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Sep 15, 2007 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lsn]]></name></author>
		<updated>2007-09-15T04:14:56-04:00</updated>

		<published>2007-09-15T04:14:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75943#p75943</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75943#p75943"/>
		<title type="html"><![CDATA[* Duplicate user record 'xxxx'!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75943#p75943"><![CDATA[
i need help with this problem<br><br>i have an users array  like<div class="codebox"><p>Code: </p><pre><code>set users(xxxx) "*!*@xxxx.users.undernet.org"</code></pre></div>and<br><div class="codebox"><p>Code: </p><pre><code>foreach user [array names users] {  if {![validuser $user]} {    adduser $user $users($user)  }}</code></pre></div>and every time the bot got rehash, i get this error and the bot rewrite the original user<div class="codebox"><p>Code: </p><pre><code>* Duplicate user record 'xxxx'!</code></pre></div>How can i solve this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5215">lsn</a> — Sat Sep 15, 2007 4:14 am</p><hr />
]]></content>
	</entry>
	</feed>
