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

	<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>2005-05-03T19:15:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-03T19:15:02-04:00</updated>

		<published>2005-05-03T19:15:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48962#p48962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48962#p48962"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48962#p48962"><![CDATA[
<blockquote class="uncited"><div>So, I understood that splits trigger the quit bind too. Does the rejoin from split trigger the join bind ?</div></blockquote>I doubt it doesn't, you could join flood with a netsplit fake quit, if it didnt.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue May 03, 2005 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-03T08:37:41-04:00</updated>

		<published>2005-05-03T08:37:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48946#p48946</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48946#p48946"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48946#p48946"><![CDATA[
So, I understood that splits trigger the quit bind too. Does the rejoin from split trigger the join bind ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue May 03, 2005 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-03T04:16:47-04:00</updated>

		<published>2005-05-03T04:16:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48929#p48929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48929#p48929"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48929#p48929"><![CDATA[
problem in TCL is that it will trigger any single. so you might want to bind to quit, check for quit message to be netsplit, if true then for "splitactive", if false you set it to 1, make a utimer 60 with set to 0, and post the split.<br>it sounds easiert to bind to splt, but splt doesn't give you the quit messages, so you cant tell what is splitted ^-^.<br>to enhance the thing you could save each splittet nick, count the list upon a timer and claim it a split if more than x persons has split (try to avoid fake splits).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue May 03, 2005 4:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-02T20:41:58-04:00</updated>

		<published>2005-05-02T20:41:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48926#p48926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48926#p48926"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48926#p48926"><![CDATA[
He simply wants the mIRC version of server split notices in TCL. In mIRC it's easy (a one liner) to display (in channel) something like "NetSplit Detected: toronto.on.ca.dal.net &lt;--/ /--&gt; gaston.se.eu.dal.net".<br><br>mIRC code:<div class="codebox"><p>Code: </p><pre><code>on ^1:SNOTICE:*Net break*: { if ($chr(46) isin $6 &amp;&amp; $chr(46) isin $7) { server.echo NetSplit Detected : $6 &lt;--/ /--&gt; $7 | net.split $6 $7 | halt } | else { server.echo NetSplit Detected : $4- | halt } }</code></pre></div>I'm not sure if this can be duplicated in TCL.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon May 02, 2005 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-02T12:14:19-04:00</updated>

		<published>2005-05-02T12:14:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48892#p48892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48892#p48892"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48892#p48892"><![CDATA[
I guess he wants a counter for the splitted users and name the splitted server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon May 02, 2005 12:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-02T11:41:39-04:00</updated>

		<published>2005-05-02T11:41:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48890#p48890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48890#p48890"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48890#p48890"><![CDATA[
What's a netsplit script ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>I was wondering, does a split trigger the quit bind and on rejoin does it trigger the join bind ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon May 02, 2005 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-02T11:14:11-04:00</updated>

		<published>2005-05-02T11:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48889#p48889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48889#p48889"/>
		<title type="html"><![CDATA[Someone have A Netsplit Script for Eggdrop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48889#p48889"><![CDATA[
Hello,i cant find any netspilt script at the egghelp web....someone have it please give me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Mon May 02, 2005 11:14 am</p><hr />
]]></content>
	</entry>
	</feed>
