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

	<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>2003-07-11T02:36:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-07-11T02:36:12-04:00</updated>

		<published>2003-07-11T02:36:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23300#p23300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23300#p23300"/>
		<title type="html"><![CDATA[Authentication TCL help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23300#p23300"><![CDATA[
Well you need a way to see when a bot joins the channel (bind) and also when the master bot receives an auth reply (bind) and finally, for the slave bots, a way to see when they've been challenged (bind again).<br><br>Looks like you've already picked a little formula. The way to send a private message is putserv "privmsg $nick :blah blah". For binds, check tcl-commands.doc or see how it's done in an existing script (there are lots of examples).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Jul 11, 2003 2:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-09T10:29:46-04:00</updated>

		<published>2003-07-09T10:29:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23224#p23224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23224#p23224"/>
		<title type="html"><![CDATA[Authentication TCL help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23224#p23224"><![CDATA[
set a [expr [random 999000]+1000]<br>    set b [expr (($a*7)&amp;543)&lt;&lt;3|(($a+872)/7)&lt;&lt;9|(($a-123)&amp;131)&lt;&lt;5]<br>    msg $nick Auth: $b<br>    return 1<br>     }<br><br><br>Basically Im trying to setup a second auth with math problem.  When a bot joins, a opped bot will msg it &lt;botnick&gt; 30498 .  The non-op bot will then have to send &lt;botnick&gt; Auth: answer .  What is the best way to set this up.  proc?  etc...<br><br> Thanks for the help.<p>Statistics: Posted by Guest — Wed Jul 09, 2003 10:29 am</p><hr />
]]></content>
	</entry>
	</feed>
