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

	<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>2003-08-16T19:49:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2003-08-16T11:17:00-04:00</updated>

		<published>2003-08-16T11:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25068#p25068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25068#p25068"/>
		<title type="html"><![CDATA[Possible bug in 1.6.15 server mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25068#p25068"><![CDATA[
edit I see this post <a href="http://forum.egghelp.org/viewtopic.php?t=5109" class="postlink">http://forum.egghelp.org/viewtopic.php?t=5109</a> is having similar problems to me ... did you ever manage to sort it out serra?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Sat Aug 16, 2003 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2003-08-16T19:49:05-04:00</updated>

		<published>2003-08-16T11:12:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25067#p25067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25067#p25067"/>
		<title type="html"><![CDATA[Possible bug in 1.6.15 server mod]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25067#p25067"><![CDATA[
I think I have found another eggdrop bug in 1.6.15...<br><br>It has to do with the H_notc bind used in a module. The H_notc table is passed with a checking function that checks for 6 arguments, even though only 5 are passed, thus whatever number of arguments I use, either <br><br>static int QAUTH_HandleNotices(char * pNick, char * pHost, char * pHand, char * pDest, char * pKey, char * pText)<br><br>Or<br><br>static int QAUTH_HandleNotices(char * pNick, char * pHost, char * pHand, char * pDest, char * pText)<br><br>I get the following response :<br><br>Tcl error [*notc:PM_HQandleNotice]: wrong # args: should be "*notc:PM_HQandleNotice nick user@host handle desto/chan keyword/nick text"<br><br>Curiously enough, it seems to work in tcl - the function :<br><br>proc q:handlenotes {nick idx handle args dest} {<br>}<br><br>Works just fine. Can you advise me on the fix for this? Should I change it so that the server module now has this?<br><br>H_notc = add_bind_table("notc", HT_STACKABLE, server_5char); // (obviously writing a server_5char) (server.mod\server.c line 1983)<br><br>Or am I doing something arcanely wrong?<br><br>Paul.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Sat Aug 16, 2003 11:12 am</p><hr />
]]></content>
	</entry>
	</feed>
