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

	<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>2004-11-20T10:47:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-20T10:47:51-04:00</updated>

		<published>2004-11-20T10:47:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42902#p42902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42902#p42902"/>
		<title type="html"><![CDATA[Auth tcl for netsplits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42902#p42902"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc id {pass} {  putserv "privmsg x@channels.undernet.org :login $::nick $pass"  timer 30 [list id $pass]}id xpassword</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Nov 20, 2004 10:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-11-20T10:44:03-04:00</updated>

		<published>2004-11-20T10:44:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42901#p42901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42901#p42901"/>
		<title type="html"><![CDATA[Auth tcl for netsplits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42901#p42901"><![CDATA[
You can make a proc execute repetedly after say 30 interval of minutes logging into X or doing whatever you want.<br><br>Something very simple and basic as this.<br><div class="codebox"><p>Code: </p><pre><code>timer 30 my:procmy:proc {} { putserv "PRIVMSG X :................" timer 30 my:proc}</code></pre></div>Or for netsplits, maybe you can bind on 'splt' and then go ahead authenticate, unauthenticate or whatever you want it to do. Remember to set the wait-netsplit time variable correctly in the .conf file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Nov 20, 2004 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-11-20T09:23:32-04:00</updated>

		<published>2004-11-20T09:23:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42898#p42898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42898#p42898"/>
		<title type="html"><![CDATA[Auth tcl for netsplits]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42898#p42898"><![CDATA[
There is a thing called netsplit on my IRC network and this causing the bots not to be authenticated by the services (X on Undernet) if they are on the wrong sidfe of the spilt or the X is just down for some reason.<br><br>Is there a script that will try, lets say, every half hour to log on X unless it is already authenticated ? Or is there any other more efficient solution ? I need the bot to be always unthenticated and with +x (host spoof by server)<br><br>Are there any public working tcl scripts for that ?<p>Statistics: Posted by Guest — Sat Nov 20, 2004 9:23 am</p><hr />
]]></content>
	</entry>
	</feed>
