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

	<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>2009-11-25T06:35:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pseudo]]></name></author>
		<updated>2009-11-25T06:35:34-04:00</updated>

		<published>2009-11-25T06:35:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91070#p91070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91070#p91070"/>
		<title type="html"><![CDATA[Small coding error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91070#p91070"><![CDATA[
As Pixelz said, I've fixed this in the CVS (upcoming 1.6.20) on May 16th.<br><br><a href="http://cvs.eggheads.org/viewvc/viewvc.cgi/eggdrop1.6/src/chanprog.c?r1=1.61&amp;r2=1.62" class="postlink">http://cvs.eggheads.org/viewvc/viewvc.c ... 61&amp;r2=1.62</a><br><br>I would ask you to use the bugzilla ( <a href="http://bugzilla.eggheads.org" class="postlink">http://bugzilla.eggheads.org</a> ) or the bugs mailing list to report further issues to us. Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10974">pseudo</a> — Wed Nov 25, 2009 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pixelz]]></name></author>
		<updated>2009-11-25T06:26:27-04:00</updated>

		<published>2009-11-25T06:26:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91069#p91069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91069#p91069"/>
		<title type="html"><![CDATA[Small coding error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91069#p91069"><![CDATA[
This is fixed in CVS.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6356">Pixelz</a> — Wed Nov 25, 2009 6:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cmouse]]></name></author>
		<updated>2009-11-25T06:18:12-04:00</updated>

		<published>2009-11-25T06:18:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91068#p91068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91068#p91068"/>
		<title type="html"><![CDATA[Small coding error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91068#p91068"><![CDATA[
chanprog.c: In function ‘isowner’:<br>chanprog.c:671: warning: the address of ‘owner’ will always evaluate as ‘true’<br><br>  if (!owner || !name)<br>    return 0;<br><br>makes no sense. it will always evaluate true, since owner is extern char owner[]. Perhaps insted just check <br><br> if (!name)<br>   return 0;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10984">cmouse</a> — Wed Nov 25, 2009 6:18 am</p><hr />
]]></content>
	</entry>
	</feed>
