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

	<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-02-26T14:33:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-26T14:33:27-04:00</updated>

		<published>2004-02-26T14:33:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34017#p34017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34017#p34017"/>
		<title type="html"><![CDATA[.console +d (restricted to owners)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34017#p34017"><![CDATA[
It's workn' perfectly.<br><br>Thanks so much for you help.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Thu Feb 26, 2004 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-26T14:16:36-04:00</updated>

		<published>2004-02-26T14:16:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34016#p34016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34016#p34016"/>
		<title type="html"><![CDATA[.console +d (restricted to owners)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34016#p34016"><![CDATA[
catch {unbind dcc ot|- console *dcc:console}<br>bind dcc ot|o console my:dcc:console<br><br>proc my:dcc:console {hand idx arg} {<br>        if {([string match -nocase "*d*" $arg]) &amp;&amp; (![matchattr $hand n])} { return 1 }<br>        *dcc:console $hand $idx $arg<br>}<br><br><br>That's what I re-adjusted it to, and it seems to be workn' fine so far.<p>Statistics: Posted by Guest — Thu Feb 26, 2004 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-26T14:08:20-04:00</updated>

		<published>2004-02-26T14:08:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34014#p34014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34014#p34014"/>
		<title type="html"><![CDATA[.console +d (restricted to owners)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34014#p34014"><![CDATA[
Erm.. for some reason, it's giving me the following error with your suggested code:<br><br>Tcl error [my:dcc:console]: invalid command name "Ã…"<p>Statistics: Posted by Guest — Thu Feb 26, 2004 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-02-26T13:57:38-04:00</updated>

		<published>2004-02-26T13:57:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34013#p34013</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34013#p34013"/>
		<title type="html"><![CDATA[.console +d (restricted to owners)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34013#p34013"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>catch {unbind dcc ot|o console *dcc:console} bind dcc ot|o console my:dcc:consoleproc my:dcc:console {hand idx arg} {  if {[string match -nocase "*d*" $arg] &amp;&amp; ![matchattr $hand n]} {     putdcc $idx "something!"     return  }   *dcc:console $hand $idx $arg   if {$arg != ""} {    return  } }</code></pre></div>Should be working..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Feb 26, 2004 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-25T15:45:55-04:00</updated>

		<published>2004-02-25T15:45:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33985#p33985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33985#p33985"/>
		<title type="html"><![CDATA[.console +d (restricted to owners)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33985#p33985"><![CDATA[
I know it can be done. I was instructed once before on how to do it. However, I guess I was simple-minded at the time as I didn't write down those instructions.  =/<br><br>What I'm wondering is if anyone here might be able to tell me how to set the ".console +d" setting to owners only? Rather than to masters.<br><br>From what I can recall, it was most likely something to do with editing one of the source files. However, I can be mistaken.<br><br>So, if anybody's able to give me some assistance, it would be much appreciated.<br><br>Thanks,<br>TnkyWnky<p>Statistics: Posted by Guest — Wed Feb 25, 2004 3:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
