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

	<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>2006-06-11T21:47:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-06-11T21:47:37-04:00</updated>

		<published>2006-06-11T21:47:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63912#p63912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63912#p63912"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63912#p63912"><![CDATA[
"advanced"?<br><br>no, this is very primitive coding<br><br>I suspect that by "binding" you mean something quite different from eggdrop's command binding; perhaps if you elaborate on what you want to accomplish, someone will be willing to help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Jun 11, 2006 9:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dq]]></name></author>
		<updated>2006-06-11T13:27:26-04:00</updated>

		<published>2006-06-11T13:27:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63902#p63902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63902#p63902"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63902#p63902"><![CDATA[
<blockquote class="uncited"><div>What's that command supposed to do?</div></blockquote>I found a version in mIRC which pretty much sums up exactly what I wanted,<br><div class="codebox"><p>Code: </p><pre><code>on *:text:*:#:{ if ($me isop #) || ($me isop $chan) || ($address($nick,2) isin %botowner) || ($address($nick,2) isin %botadmins) &amp;&amp; ($chan != #botsrus) {      if ($left($1,1) == $+(%trigger. [ $+ [ $chan ] ])*) &amp;&amp; ($remove($1,$left($1,1)) != set) &amp;&amp; ($2 == $null) {        if ($eval($+(%,$remove($1,$left($1,1)),.,$chan),2)) {          if ($eval($+(%,theme.,#),2) == 1) &amp;&amp; ($eval($+(%,msgmode.,#),2) == 1 || $eval($+(%,msgmode.,#),2) == $null) { /cnotice $nick $chan 10,1[15 $eval($+(%,$remove($1,$left($1,1)),.,$chan),2) 10,1] }elseif ($left($1,1) == $+(%trigger. [ $+ [ $chan ] ])*) &amp;&amp; ($remove($1,$left($1,1)) == set) &amp;&amp; ($nick isop $chan || $address($nick,2) isin %botadmins) &amp;&amp; ($2 != $null) &amp;&amp; ($3 != $null) &amp;&amp; ($2 != trigger) &amp;&amp; ($2 != punishtype) &amp;&amp; ($2 != nourls) &amp;&amp; ($2 != noads) &amp;&amp; ($2 != nonotice) &amp;&amp; ($2 != theme) &amp;&amp; ($2 != onjoinmsg) &amp;&amp; ($2 != msgmode) &amp;&amp; ($2 != onjoinmsg2)  {         set $+(%,$2.,#) $3-        /cnotice $nick $chan $2 set to: $eval($+(%,$2.,#),2)        halt}</code></pre></div>This is very advanced coding from what I can see, and yes it does work I have tested it in mIRC... anyone keen to trasnlate to TCL <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7571">dq</a> — Sun Jun 11, 2006 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dq]]></name></author>
		<updated>2006-04-05T21:08:01-04:00</updated>

		<published>2006-04-05T21:08:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61680#p61680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61680#p61680"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61680#p61680"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>What's that command supposed to do?</div></blockquote>Would appear we want a public commands solution to manipulate binds for updating/updated files?</div></blockquote>Yes, that's exactly what we would want..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7571">dq</a> — Wed Apr 05, 2006 9:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-05T19:57:59-04:00</updated>

		<published>2006-04-05T19:57:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61678#p61678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61678#p61678"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61678#p61678"><![CDATA[
<blockquote class="uncited"><div>What's that command supposed to do?</div></blockquote>Would appear we want a public commands solution to manipulate binds for updating/updated files?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Apr 05, 2006 7:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-05T13:07:59-04:00</updated>

		<published>2006-04-05T13:07:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61674#p61674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61674#p61674"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61674#p61674"><![CDATA[
What's that command supposed to do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Apr 05, 2006 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dq]]></name></author>
		<updated>2006-04-05T10:39:48-04:00</updated>

		<published>2006-04-05T10:39:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61671#p61671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61671#p61671"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61671#p61671"><![CDATA[
Anybody?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7571">dq</a> — Wed Apr 05, 2006 10:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dq]]></name></author>
		<updated>2006-04-04T09:17:15-04:00</updated>

		<published>2006-04-04T09:17:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61640#p61640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61640#p61640"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61640#p61640"><![CDATA[
Can you maybe post an example or post on how to?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7571">dq</a> — Tue Apr 04, 2006 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-04-03T22:35:05-04:00</updated>

		<published>2006-04-03T22:35:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61635#p61635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61635#p61635"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61635#p61635"><![CDATA[
yes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Apr 03, 2006 10:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dq]]></name></author>
		<updated>2006-04-03T00:30:34-04:00</updated>

		<published>2006-04-03T00:30:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61609#p61609</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61609#p61609"/>
		<title type="html"><![CDATA[Bindable commands?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61609#p61609"><![CDATA[
Is it physically possible to have a script where you type @bind roster &lt;my roster here&gt; then if you wanted to remove it you'd type @binc roster none or something along those lines, also could you list all your current binds?<br><br>All of this done while in an a channel of course.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7571">dq</a> — Mon Apr 03, 2006 12:30 am</p><hr />
]]></content>
	</entry>
	</feed>
