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

	<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>2020-04-23T08:57:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-04-23T08:57:34-04:00</updated>

		<published>2020-04-23T08:57:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108309#p108309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108309#p108309"/>
		<title type="html"><![CDATA[mc.main.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108309#p108309"><![CDATA[
if it's public commands use BlackTools.tcl <br><br>if you want a specific script from blacktools just ask <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br><br>EDIT<br><br>caesar threw this script together not sure if this is what you want but give it a try <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><div class="codebox"><p>Code: </p><pre><code>namespace eval ChanSet {    bind pub n|n .chanset [namespace current]::chanset        proc chanset {nick uhost hand chan text} {       if {[scan $text {%s%s} mode value] &lt; 1} {          puthelp "NOTICE $nick :Error, usage: $::lastbind +/-&lt;channel mode&gt; \[value\]"          return       }       if {![string last - $mode]} {          set what [string map {- ""} $mode]       } else {          set what [string map {+ ""} $mode]       }       if {[catch {channel get $chan $what} err]} {          puthelp "NOTICE $nick :Error, \002$what\002 is an unkown channel setting."          return       }       if {[info exists value]} {          channel set $chan $mode $value          puthelp "NOTICE $nick :Channel mode $what has been set to $value"       } else {          channel set $chan $mode          puthelp "NOTICE $nick :Channel mode $what has been set to [expr {[string first + $mode] &gt; -1 ? "enabled" : "disabled"}]."       }    } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Thu Apr 23, 2020 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grumpy]]></name></author>
		<updated>2020-04-23T08:48:39-04:00</updated>

		<published>2020-04-23T08:48:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108308#p108308</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108308#p108308"/>
		<title type="html"><![CDATA[RE: mc.main.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108308#p108308"><![CDATA[
Is this from MC responde or public commands?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12326">grumpy</a> — Thu Apr 23, 2020 8:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lated]]></name></author>
		<updated>2020-01-01T21:58:47-04:00</updated>

		<published>2020-01-01T21:58:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107967#p107967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107967#p107967"/>
		<title type="html"><![CDATA[mc.main.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107967#p107967"><![CDATA[
Does anyone have a copy of MC_8's mc.main.tcl?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10790">lated</a> — Wed Jan 01, 2020 9:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
