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

	<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>2001-10-18T16:11:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-18T16:11:00-04:00</updated>

		<published>2001-10-18T16:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=813#p813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=813#p813"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=813#p813"><![CDATA[
at a guess, you're not calling your distro command with enough args (i'm guessing its declaired as proc distro {hand idx arg}. try passing the needed requirements to the proc, eg<br>timer 1 [list distro $hand $idx $arg]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Oct 18, 2001 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-17T22:41:00-04:00</updated>

		<published>2001-10-17T22:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=787#p787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=787#p787"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=787#p787"><![CDATA[
guppy, using what you replied with above... why is this not working?<br><div class="codebox"><p>Code: </p><pre><code>##### mass distrobind dcc n mdistro do_mdistrobind bot - adistro bot_mdistroproc do_mdistro {hand idx arg} {global botnickputlog "[Faze.m] [b]tcl distro[b] - forcing all bots to update their tcl (by $hand@botnick)"putallbots "adistro $hand"utimer 1 distroreturn 1}proc bot_mdistro {bot idx data} {  if {[scan $data "%s" hand] != 1} {    set hand "unknown"    }  putlog "[Faze.m] [b]tcl distro[b] - forcing all bots to update their tcl (by $hand@bot)" utimer 1 distro  return 1 }</code></pre></div>My distro bind is:<br><blockquote class="uncited"><div>bind dcc n distro dcc_distro</div></blockquote>To start the normal distro on the bot, I type 'distro'. The above code you suggested worked to make my 'msave, mrestart, and mrehash' commands work. Why is it not working for the 'mdistro' command?<br><br>Previous help I had on this subject were on the old forums, and I could still not get it working <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>Thanks.<p>Statistics: Posted by Guest — Wed Oct 17, 2001 10:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-17T21:53:00-04:00</updated>

		<published>2001-10-17T21:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=782#p782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=782#p782"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=782#p782"><![CDATA[
Thanks, got it working <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Wed Oct 17, 2001 9:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2001-10-17T16:15:00-04:00</updated>

		<published>2001-10-17T16:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=770#p770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=770#p770"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=770#p770"><![CDATA[
proc do_msave {hand idx data} {<br>global botnick<br>putlog "[Faze.n] requesting a <span style="text-decoration:underline">mass save<span style="text-decoration:underline"> on all bots (by $hand@$botnick)"<br>putallbots "asave $hand"<br>utimer 1 save<br>return 1<br>}<br>proc bot_msave {bot idx data} {<br>if {[scan $data "%s" hand] != 1} {<br>  set hand "unknown"<br>}<br>putlog "[Faze.n] requesting a <span style="text-decoration:underline">mass save<span style="text-decoration:underline"> on all bots (by $hand@$bot)"<br>utimer 1 save<br>return 1<br>}<br> <br></span></span></span></span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Wed Oct 17, 2001 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2001-10-17T04:39:00-04:00</updated>

		<published>2001-10-17T04:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=726#p726</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=726#p726"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=726#p726"><![CDATA[
add it to your putallbots command, and display it in your remote callback<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Oct 17, 2001 4:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-17T03:26:00-04:00</updated>

		<published>2001-10-17T03:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=725#p725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=725#p725"/>
		<title type="html"><![CDATA[Variables across botnet?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=725#p725"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc do_msave {hand idx data} {global botnickputlog "[Faze.n] requesting a [u]mass save[u] on all bots (by $hand@$botnick)"putallbots "asave"utimer 1 savereturn 1}proc bot_msave {hand idx data} {global botnickputlog "[Faze.n] requesting a [u]mass save[u] on all bots (by $hand@$botnick)"utimer 1 savereturn 1}</code></pre></div>Local bot: [Time!notice] requesting a mass save on all bots (by jedis@Bot1)<br><br>Remote bot: [Time!notice] requesting a mass save on all bots (by Bot1@Bot2)<br><br>How can I get the remote bot to display the proper person who executed the command?<br><p>Statistics: Posted by Guest — Wed Oct 17, 2001 3:26 am</p><hr />
]]></content>
	</entry>
	</feed>
