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

	<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>2002-01-13T01:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-01-13T01:58:00-04:00</updated>

		<published>2002-01-13T01:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3762#p3762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3762#p3762"/>
		<title type="html"><![CDATA[eggdrop 1.6.8 bug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3762#p3762"><![CDATA[
This is my fault -- I will release an official patch tomorrow to fix these problems. For now, you could run the 1.6.9 cvs because they have been fixed in there.<br><br>Jeff<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Sun Jan 13, 2002 1:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-12T11:54:00-04:00</updated>

		<published>2002-01-12T11:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3745#p3745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3745#p3745"/>
		<title type="html"><![CDATA[eggdrop 1.6.8 bug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3745#p3745"><![CDATA[
Hi to all eggdrop experts there. Maybe i am missing something, but there seems to be a bug in the latest release eggdrop1.6.8.<br>It's with the functions nick2hand, adduser  (release notes says they improved nick2hand speed...kinda strange dont you think ?)<br><br>Look at this simple tcl script , which adds a record user with a given nick<br>########################################################################<br>#!/usr/bin/tclsh<br><br>bind dcc - bug buggy<br>proc buggy {hdl idx nick} {<br>set uhost [getchanhost $nick ]<br>if {$uhost == ""} {<br>putdcc $idx "User: $nick doesnt exist on any chan"<br>return<br>}<br>if {![adduser $nick [maskhost "$nick!$uhost"]]} {<br>putdcc $idx "(notice: user $nick already exists in userfile)"<br>}<br>set h [nick2hand $nick]<br>putdcc $idx $h<br>}<br>########################################################################<br><br>Now look at the behaviour with eggdrop1.6.6 (which seems correct to me)<br>----------------------------------------<br>.deluser joe<br>Deleted joe.<br>[14:16] #jer# deluser joe [joe]<br>.bug joe<br>joe<br>.bug joe<br>(notice: user joe already exists in userfile)<br>joe<br>----------------------------------------<br>Thats just exactly what we expected didn't we ?<br><br>And now just have a look at what happens with egg1.6.8<br>----------------------------------------<br>[14:28] TheB1t joined #lame.<br>.deluser joe<br>Deleted joe.<br>[14:29] #jer# deluser joe [joe]<br>.bug joe<br>*<br>.bug joe<br>(notice: user joe already exists in userfile)<br>*<br>.channel<br>[14:29] #jer# (#lame) channel <br>Channel #lame, 2 members, mode +:<br>(n = owner, m = master, o = op, d = deop, b = bot)<br> NICKNAME  HANDLE    JOIN   IDLE  USER@HOST<br> TheB1t    *         14:28       &lt;- it's me!<br>@joe       joe        ---         a@10.0.0.4<br>  End of channel info.<br>.bug joe<br>(notice: user joe already exists in userfile)<br>joe<br>----------------------------------------<br><br><br>Notice that everything becomes OK if i type ".channel"<br>Notice too, that the behaviour with the adduser command is ok as far as i send it at the console (NOT in a tcl)<br><br>Thanks for any reply.<br>Jerome<br><p>Statistics: Posted by Guest — Sat Jan 12, 2002 11:54 am</p><hr />
]]></content>
	</entry>
	</feed>
