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

	<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-01-24T04:50:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[UmbraSG]]></name></author>
		<updated>2003-01-24T04:50:02-04:00</updated>

		<published>2003-01-24T04:50:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15742#p15742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15742#p15742"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15742#p15742"><![CDATA[
<blockquote class="uncited"><div>There actually is a H_Join command table exported by the IRC module. If you add your function to that it will probably be easier...</div></blockquote>Yeah, the H_raw command table made my bot part the channel saying "Oops... somebody made me join &lt;channel&gt; ... Leaving ...."  I probably didnt' use it correctly, but then again, I'm still new to the eggdrop module programming world.<br><br>I will try this H_join one soon, probably a day when i dont' have school nor work.  Thanks for the input.<br><br>KevinP<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2047">UmbraSG</a> — Fri Jan 24, 2003 4:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2003-01-20T14:39:52-04:00</updated>

		<published>2003-01-20T14:39:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15570#p15570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15570#p15570"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15570#p15570"><![CDATA[
There actually is a H_Join command table exported by the IRC module. If you add your function to that it will probably be easier...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Mon Jan 20, 2003 2:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[UmbraSG]]></name></author>
		<updated>2003-01-18T16:32:00-04:00</updated>

		<published>2003-01-18T16:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15508#p15508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15508#p15508"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15508#p15508"><![CDATA[
Sweet! I'm going to try that out then. thank you.<br><br><blockquote class="uncited"><div>Or if you are talking about a way to use a join bind in a module, you would need to import the server module functions (see other modules for an example). Then you would use the add_builtins(H_raw, &lt;my table here&gt;); to add the bind.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2047">UmbraSG</a> — Sat Jan 18, 2003 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2003-01-17T18:19:57-04:00</updated>

		<published>2003-01-17T18:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15475#p15475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15475#p15475"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15475#p15475"><![CDATA[
Or if you are talking about a way to use a join bind in a module, you would need to import the server module functions (see other modules for an example). Then you would use the add_builtins(H_raw, &lt;my table here&gt;); to add the bind.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Fri Jan 17, 2003 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-12-24T06:33:35-04:00</updated>

		<published>2002-12-24T06:33:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14558#p14558</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14558#p14558"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14558#p14558"><![CDATA[
How do you mean "on-join module function"?<br><br>No module directly support this sort of thing, with the exception of greet messages.<br><br>There is no direct on-join command.<br><br>See somthing like "multi-onjoin" in the Tcl archive for details on doing on-join messages.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Dec 24, 2002 6:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[UmbraSG]]></name></author>
		<updated>2002-12-24T03:12:35-04:00</updated>

		<published>2002-12-24T03:12:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14553#p14553</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14553#p14553"/>
		<title type="html"><![CDATA[On Join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14553#p14553"><![CDATA[
Okay, I can't seem to find any thing to help me do this on-join module fuction.  Can someone show me how to properly code it in or at least point me to a spot in code that I may have over looked??????<br><br>TIA ~ KevinP<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2047">UmbraSG</a> — Tue Dec 24, 2002 3:12 am</p><hr />
]]></content>
	</entry>
	</feed>
