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

	<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-08T19:18:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-08T19:18:52-04:00</updated>

		<published>2002-09-08T19:18:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10668#p10668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10668#p10668"/>
		<title type="html"><![CDATA[Re-Auth to AuthServ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10668#p10668"><![CDATA[
Well, a solution would be to make a small script that triggers upon recival of notice from AuthServ that you need to re-auth. Read doc/tcl-command.doc and search for bind types, specifically NOTC.<br><br>Else, if AuthServ doesn't send any warning notice that your authentication has expired, just opt for a crude solution and setup a timer.<br><br>timer 5 reauth<br>proc reauth {} {<br>  putserv "PRIVMSG AuthServ :whateve-login-command-here"<br>  timer 60 reauth<br>}<br><br>This will initially call procedure reuth 5 minutes after eggdrop has started, and subsequently every 60 minutes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Sun Sep 08, 2002 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-01T10:34:23-04:00</updated>

		<published>2002-09-01T10:34:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10287#p10287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10287#p10287"/>
		<title type="html"><![CDATA[Re-Auth to AuthServ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10287#p10287"><![CDATA[
Hi!<br><br>I am using an eggdrop on Gamesnet, also in a channel that already has a ChanServ.<br>Sometimes AuthServ seems to forget the Authentication of the Bot and therefore when the bot kicks someone, ChanServ punishes the bot, another bot reops the bot, Chanserv deops again and that happens over and over until I make .restart so that the bot reconnects and reauths.<br><br>Are there any scripts that automatically reauth the bot every few minutes or detect if it is not authed any more and reauth then? Or is there a setting which I haven't found?<br><br>Hellek<p>Statistics: Posted by Guest — Sun Sep 01, 2002 10:34 am</p><hr />
]]></content>
	</entry>
	</feed>
