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

	<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>2006-02-20T21:00:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-20T21:00:44-04:00</updated>

		<published>2006-02-20T21:00:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60551#p60551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60551#p60551"/>
		<title type="html"><![CDATA[understanding woobie...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60551#p60551"><![CDATA[
you need to learn C <strong class="text-strong">before</strong> trying to modify C programs<br><br>refer to your C book, section "Function pointers"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Feb 20, 2006 9:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stilllearning]]></name></author>
		<updated>2006-02-20T10:08:52-04:00</updated>

		<published>2006-02-20T10:08:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60539#p60539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60539#p60539"/>
		<title type="html"><![CDATA[understanding woobie...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60539#p60539"><![CDATA[
<blockquote class="uncited"><div>those are function pointers, so you can simply replace them with NULLs</div></blockquote>How would I write that? I mean the correct syntax<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7305">stilllearning</a> — Mon Feb 20, 2006 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-20T02:41:20-04:00</updated>

		<published>2006-02-20T02:41:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60524#p60524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60524#p60524"/>
		<title type="html"><![CDATA[understanding woobie...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60524#p60524"><![CDATA[
those are function pointers, so you can simply replace them with NULLs<br><br>terminating eggdrop from a module wouldn't be a correct behaviour, but you can do that by calling exit()<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Feb 20, 2006 2:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stilllearning]]></name></author>
		<updated>2006-02-19T22:56:11-04:00</updated>

		<published>2006-02-19T22:56:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60521#p60521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60521#p60521"/>
		<title type="html"><![CDATA[understanding woobie...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60521#p60521"><![CDATA[
Been reviewing woobie module and learning some C...<br>Have a few questions though...<br><br>- Why is module_start declared as a char?<br><br>/* This function table is exported and may be used by other modules and<br> * the core.<br> *<br> * The first four have to be defined (you may define them as NULL), as<br> * they are checked by eggdrop core.<br> */<br>static Function woobie_table[] = {<br>  (Function) woobie_start,<br>  (Function) woobie_close,<br>  (Function) woobie_expmem,<br>  (Function) woobie_report,<br>};<br>- How would i define them as NULL? <br>Make a function and just put return NULL; ?<br><br>- How can I make my module kill/stop eggdrop from loading if sanity checking I implement fails?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7305">stilllearning</a> — Sun Feb 19, 2006 10:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
