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

	<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-04-09T00:43:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-04-09T00:43:33-04:00</updated>

		<published>2004-04-09T00:43:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35350#p35350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35350#p35350"/>
		<title type="html"><![CDATA[binding commands with a botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35350#p35350"><![CDATA[
hmm ive tryed this my botnet is not on all channels on most channels it is the thing is if i use a command i like !opme i don't want all the bots to opme just one how do i do this ..<br><div class="codebox"><p>Code: </p><pre><code>set bind(opme) "1"proc opme:pub {nick uhost hand chan arg} {  global bind  if {[botisop $chan]} {    if {$bind(opme)} {      if {![isop $nick $chan]} {        putallbots bindopme        pushmode $chan +o $nick      }    } else {      set bind(opme) 1    }  }}bind bot - bindopme bind:opmeproc bind:opme {hand idx arg} {  global bind  set bind(opme) "0"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Apr 09, 2004 12:43 am</p><hr />
]]></content>
	</entry>
	</feed>
