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

	<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-06-16T04:47:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-16T04:47:19-04:00</updated>

		<published>2003-06-16T04:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21905#p21905</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21905#p21905"/>
		<title type="html"><![CDATA[Public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21905#p21905"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o ${botnick} public:commandsproc public:commands {nick host handle channel text} {  switch -- [strlwr [lindex $text 0]] {    "op" {      # somehting    }    "deop" {      # somehting    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jun 16, 2003 4:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-16T04:41:51-04:00</updated>

		<published>2003-06-16T04:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21904#p21904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21904#p21904"/>
		<title type="html"><![CDATA[Public commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21904#p21904"><![CDATA[
hey,<br>I got a tcl script with normal public commands (!op, !deop, etc..), but i got more than one bot...so when i type a command like !die , all of my bots goes down, or !say - the chan gets flooded;p<br>so i was wondering, how can i make the binds so that when i type:<br>Botnick op  &lt;--- i get opped by that specific bot? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"> <br><br>bind example:<br>bind pub m|m !say say<br><br>what i wanna do is:<br>bind pub m|m $botnick|$nick say say  (won't work this way..just trying to make it a bit more clear;p)<br>(like botservice's script...unfortunately i was unable to find a script similar to theirs)<br><br>but i know it wont work this way;p<br>any ideas?<br>thanks.<p>Statistics: Posted by Guest — Mon Jun 16, 2003 4:41 am</p><hr />
]]></content>
	</entry>
	</feed>
