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

	<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-16T13:08:08-04:00</updated>

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

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

		<published>2003-08-16T13:08:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25078#p25078</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25078#p25078"/>
		<title type="html"><![CDATA[H_notc arguments]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25078#p25078"><![CDATA[
right, to confirm what I said before, it is a bug. The latest CVS version now has the fix in it, so I'm told, but the patch for 1.6.15 is this :<br><br>in /src/mod/server.mod/server.c, line 1983, this line :<br><div class="codebox"><p>Code: </p><pre><code>  H_notc = add_bind_table("notc", HT_STACKABLE, server_6char);</code></pre></div>should be this :<br><div class="codebox"><p>Code: </p><pre><code>  H_notc = add_bind_table("notc", HT_STACKABLE, server_5char);</code></pre></div>I presume there will be a new version soon enuff anyway 'cos of the already known bugs with 1.6.15 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Sat Aug 16, 2003 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2003-08-16T11:35:38-04:00</updated>

		<published>2003-08-16T11:35:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25070#p25070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25070#p25070"/>
		<title type="html"><![CDATA[H_notc arguments]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25070#p25070"><![CDATA[
see my new post (yes, ok, I should read first, but I reckon its a bug...<br><br>FYI - struct userrec *u is wrong - it should be char * pHand (handle)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Sat Aug 16, 2003 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-07-29T05:04:35-04:00</updated>

		<published>2003-07-29T05:04:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24148#p24148</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24148#p24148"/>
		<title type="html"><![CDATA[H_notc arguments]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24148#p24148"><![CDATA[
Try reading the way other modules take there parameters.<br><br>Most use parameters lists, rather than declared variables.<br><br>This may solve your problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Jul 29, 2003 5:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[serra]]></name></author>
		<updated>2003-07-28T20:35:53-04:00</updated>

		<published>2003-07-28T20:35:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24144#p24144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24144#p24144"/>
		<title type="html"><![CDATA[H_notc arguments]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24144#p24144"><![CDATA[
Hi,<br><br>I'm working with H_notc builtin and i'm getting this error when the function is called:<br>[01:29] Tcl error [*notc:*]: wrong # args: should be "*notc:* nick user@host handle desto/chan keyword/nick text"<br><br>at this time the code is:<div class="codebox"><p>Code: </p><pre><code>static int notc_test (char *nick, char *uhost, struct userrec *u, char *dest, char *arg) {  putlog(LOG_CMDS, "*", "notc is working");  return 0;}static cmd_t notc_cmd[] = {  {"*", "", notc_test, NULL},  {0, 0, 0, 0}}; </code></pre></div>can you tell me what are the correct arguments? i've tried some combinations like:<br>char *nick, char *uhost, char *hand, char *dest, char *arg<br><br>thanks<br>pedro<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2745">serra</a> — Mon Jul 28, 2003 8:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
