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

	<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>2004-09-14T01:45:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-14T01:45:05-04:00</updated>

		<published>2004-09-14T01:45:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40900#p40900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40900#p40900"/>
		<title type="html"><![CDATA[Calling a function in a module]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40900#p40900"><![CDATA[
Ok, thanks I'll give that a check.<p>Statistics: Posted by Guest — Tue Sep 14, 2004 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-09-13T17:58:53-04:00</updated>

		<published>2004-09-13T17:58:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40890#p40890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40890#p40890"/>
		<title type="html"><![CDATA[Calling a function in a module]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40890#p40890"><![CDATA[
You have to add tcl function into module. Take a look at server module, tclirc.c file. Check module_start (for <strong class="text-strong">add_tcl_commands(my_tcl_cmds);</strong>) and module_close function (for <strong class="text-strong">rem_tcl_commands(my_tcl_cmds);</strong>)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Sep 13, 2004 5:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-13T17:39:34-04:00</updated>

		<published>2004-09-13T17:39:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40888#p40888</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40888#p40888"/>
		<title type="html"><![CDATA[Calling a function in a module]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40888#p40888"><![CDATA[
I have written a poker module in C, which (most likely) works fine. The problem is that I cant figure out how to connect to it from a script.<br><br>Lets say the module is named dealer.mod, and I have two functions called OpenReg and JoinTable.<br><br>How do I "find" these functions from my dealer.tcl file? (the module loads fine  with the bot)<p>Statistics: Posted by Guest — Mon Sep 13, 2004 5:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
