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

	<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>2007-09-19T17:10:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-09-19T17:10:36-04:00</updated>

		<published>2007-09-19T17:10:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76045#p76045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76045#p76045"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76045#p76045"><![CDATA[
The point is, you're trying to tweak and patch eggdrop into being something it was not intended to be. Sure you could write a different, or even complementary, server module to permit additional server connections.<br>You would still have to go through each and every single sourcefile and make sure they can differentiate between the different server connections wherever neccesary.<br><br>You could also write some fancy tcl-package that handles a separate server connection. However, this would simply be an irc-client written in tcl, running in eggdrop's tcl environment. Integrating with eggdrop's native functions for userlist, channel maintenance (opping, kicking, etc) would be very messy...<br><br>In most cases, it's really easier to just start from scratch. This usually permits far better performance, as you can design the software to support multiple servers from scratch.<br><br>@sKy:<br>Wether writing it as an eggdrop module, or a tcl module really does'nt make much difference. You'd still have the daunting task of modifying vast parts of the source to properly handle multiple server connections.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Sep 19, 2007 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2007-09-19T16:51:39-04:00</updated>

		<published>2007-09-19T16:51:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76043#p76043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76043#p76043"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76043#p76043"><![CDATA[
Bad? Really? I don`t think so. Because of speed or what? To connect to a server and to do some things don`t need so much. It would just be a lot of coding work.<br><br>You can also use a trick way to write in C and look <a href="http://forum.egghelp.org/viewtopic.php?t=13647" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Wed Sep 19, 2007 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-10T19:20:28-04:00</updated>

		<published>2007-09-10T19:20:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75853#p75853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75853#p75853"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75853#p75853"><![CDATA[
<blockquote class="uncited"><div>Well, it is actually possible. <br><br>With enough tcl and irc protocal knowhow,<br>you could code a tcl script using sockets.<br><br>Either pure tcl or just an normal eggdrop tcl script.<br><br>You just need to know the USER, PRIVMSG, NOTICE irc protocals and/or raws.</div></blockquote>You would have to program an Eggdrop using Tcl for the socket bot to act as an Eggdrop, so that's a really bad idea <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Sep 10, 2007 7:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-09-09T10:09:14-04:00</updated>

		<published>2007-09-09T10:09:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75809#p75809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75809#p75809"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75809#p75809"><![CDATA[
Well, it is actually possible. <br><br>With enough tcl and irc protocal knowhow,<br>you could code a tcl script using sockets.<br><br>Either pure tcl or just an normal eggdrop tcl script.<br><br>You just need to know the USER, PRIVMSG, NOTICE irc protocals and/or raws.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sun Sep 09, 2007 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ladynikon]]></name></author>
		<updated>2007-09-08T21:08:30-04:00</updated>

		<published>2007-09-08T21:08:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75796#p75796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75796#p75796"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75796#p75796"><![CDATA[
wow.. now i feel better.  I been trying to get something like this working all day.  I guess I will have to deal with this fact...<br><br>sadly I am the shell admin.  So it kinda sucks that I can't have one bot on more than one network <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9292">ladynikon</a> — Sat Sep 08, 2007 9:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[minted]]></name></author>
		<updated>2006-04-01T23:29:47-04:00</updated>

		<published>2006-04-01T23:29:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61578#p61578</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61578#p61578"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61578#p61578"><![CDATA[
its not possible, no<br>the eggdrop developers say they wont make it possible either<br>shell admins wouldnt like it very much<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6501">minted</a> — Sat Apr 01, 2006 11:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deadite66]]></name></author>
		<updated>2006-04-01T18:54:15-04:00</updated>

		<published>2006-04-01T18:54:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61575#p61575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61575#p61575"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61575#p61575"><![CDATA[
energymech appears to be the way to go for multiserver<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6296">deadite66</a> — Sat Apr 01, 2006 6:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tandilboy]]></name></author>
		<updated>2006-04-01T17:38:32-04:00</updated>

		<published>2006-04-01T17:38:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61574#p61574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61574#p61574"/>
		<title type="html"><![CDATA[Just 1 Eggdrop on Multiple networks!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61574#p61574"><![CDATA[
It´s possible? help me!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7561">tandilboy</a> — Sat Apr 01, 2006 5:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
