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

	<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>2008-01-01T20:41:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[jlp09550]]></name></author>
		<updated>2008-01-01T20:41:46-04:00</updated>

		<published>2008-01-01T20:41:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79730#p79730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79730#p79730"/>
		<title type="html"><![CDATA[Netsplit Detector [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79730#p79730"><![CDATA[
<blockquote class="uncited"><div>It's simple, just change *.dal.net to whatever your network displays.</div></blockquote>Wow, never noticed that. Should of though.<br>Thanks anyways!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9525">jlp09550</a> — Tue Jan 01, 2008 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-01-01T19:08:52-04:00</updated>

		<published>2008-01-01T19:08:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79729#p79729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79729#p79729"/>
		<title type="html"><![CDATA[Netsplit Detector [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79729#p79729"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw - QUIT detect:netsplitproc detect:netsplit {from key arg} { global netsplit_detected if {[info exists netsplit_detected]} { return 0 } set arg [string trimleft [stripcodes bcruag $arg] :] if {[string equal "Quit:" [string range $arg 0 4]]} {return 0} if {![regexp -- {^([[:alnum:][:punct:]]+)[[:space:]]([[:alnum:][:punct:]]+)$} $arg _arg server1 server2]} {return 0} if {[string match "*.dal.net" $server1] &amp;&amp; [string match "*.dal.net" $server2]} {  foreach chan [channels] {   putquick "NOTICE $chan :Netsplit detected: $server1 just split from $server2" -next  }  set netsplit_detected 1  utimer 20 [list do:netsplit:unlock] }}proc do:netsplit:unlock {} { global netsplit_detected if {[info exists netsplit_detected]} {  unset netsplit_detected  }}</code></pre></div>And do as Sir_Fz stated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Jan 01, 2008 7:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-01-01T09:19:03-04:00</updated>

		<published>2008-01-01T09:19:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79708#p79708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79708#p79708"/>
		<title type="html"><![CDATA[Netsplit Detector [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79708#p79708"><![CDATA[
It's simple, just change *.dal.net to whatever your network displays.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jan 01, 2008 9:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jlp09550]]></name></author>
		<updated>2008-01-01T20:41:22-04:00</updated>

		<published>2008-01-01T08:49:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79707#p79707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79707#p79707"/>
		<title type="html"><![CDATA[Netsplit Detector [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79707#p79707"><![CDATA[
Well, if anyone knows of one that works on networks other than DAL, then tell me.<br><br>I was hoping for a script that will announce a netsplit when one occurs on other networks besides DALNet.<br><br>Hopefully someone can make one.<br><br>Thanks,<br>Jared<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9525">jlp09550</a> — Tue Jan 01, 2008 8:49 am</p><hr />
]]></content>
	</entry>
	</feed>
