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

	<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>2002-09-25T06:25:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2002-09-25T06:25:10-04:00</updated>

		<published>2002-09-25T06:25:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11343#p11343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11343#p11343"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11343#p11343"><![CDATA[
Ta! I'll give that a try this w'end ... expect much crashing... lol<br><br>Still find it a bit weird basically having a makefile and linker script in one ... but there y'go. If I can do it it saves much running of background tasks, so thats definately a plus.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Wed Sep 25, 2002 6:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-09-25T00:37:19-04:00</updated>

		<published>2002-09-25T00:37:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11334#p11334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11334#p11334"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11334#p11334"><![CDATA[
I haven't tried this but it should work.<br><br>Open your module's Makefile (I'm using blowfish as an example).<br><br>Find part (near the middle) that says:<br><br>../../../blowfish.$(MOD_EXT): ../blowfish.o<br>        $(LD) -o ../../../blowfish.$(MOD_EXT) ../blowfish.o $(XLIBS)<br>        $(STRIP) ../../../blowfish.$(MOD_EXT)<br><br>See the line that starts with ($LD) ? Add whatever libraries you want right there on the end of that line after $(XLIBS).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Sep 25, 2002 12:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2002-09-24T16:53:43-04:00</updated>

		<published>2002-09-24T16:53:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11328#p11328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11328#p11328"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11328#p11328"><![CDATA[
ok ok ... tcl is code too - just very finikckity code ... lol<br><br>ta for the join info.<br><br>So .. I'm still getting used to gnu makefiles ... I take it man make would solve my questions, but how would I go about say linking the socket lib into the module in the makefile? (thinking of adding qstat functionality locally)<br><br>scuse my gnu n00bness...<br><br>P.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Tue Sep 24, 2002 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-09-24T13:42:22-04:00</updated>

		<published>2002-09-24T13:42:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11316#p11316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11316#p11316"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11316#p11316"><![CDATA[
Photon - Yes you can compile libraries into a module. Pick any module and type "ldd module.so":<br><br>[stdarg@hydra 6]$ ldd blowfish.so<br>libtcl.so.0 =&gt; /usr/lib/libtcl.so.0 (0x40012000)<br>libm.so.6 =&gt; /lib/i686/libm.so.6 (0x40093000)<br>libdl.so.2 =&gt; /lib/libdl.so.2 (0x400b5000)<br>libnsl.so.1 =&gt; /lib/libnsl.so.1 (0x400b8000)<br>libc.so.6 =&gt; /lib/i686/libc.so.6 (0x42000000)<br>/lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2 (0x80000000)<br><br>Those are all libraries that have been linked with blowfish.so.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Tue Sep 24, 2002 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-24T12:31:12-04:00</updated>

		<published>2002-09-24T12:31:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11311#p11311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11311#p11311"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11311#p11311"><![CDATA[
Yes, bind join fires on you own join. Btw, TCL is code to &gt;:&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Tue Sep 24, 2002 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2002-09-24T07:53:36-04:00</updated>

		<published>2002-09-24T07:53:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11300#p11300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11300#p11300"/>
		<title type="html"><![CDATA[Hook for me joining a channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11300#p11300"><![CDATA[
Not sure if this is really the right forum, but the answer to this could be code or tcl - so...<br><br>I kind need to trap when the bot joins a channel. Does the join bind get called when this happens or not?<br><br>also - did we decidee wether you could compile libaries into a module or not?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Tue Sep 24, 2002 7:53 am</p><hr />
]]></content>
	</entry>
	</feed>
