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

	<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>2010-01-30T14:33:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2010-01-30T14:33:22-04:00</updated>

		<published>2010-01-30T14:33:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91914#p91914</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91914#p91914"/>
		<title type="html"><![CDATA[!chanset (pub)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91914#p91914"><![CDATA[
This has been requested before, use the <a href="http://forum.egghelp.org/search.php" class="postlink">search</a> function. Here's an old <a href="http://forum.egghelp.org/viewtopic.php?t=11608" class="postlink">topic</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jan 30, 2010 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2010-01-29T22:44:27-04:00</updated>

		<published>2010-01-29T22:44:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91898#p91898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91898#p91898"/>
		<title type="html"><![CDATA[!chanset (pub)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91898#p91898"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code> proc chanset:pub {nick uhost hand chan text} {  set chanset [lindex [split $text] 0]  if {[regexp {^(\+|-)} "$chanset"]} {   set result [catch {channel set $chan $chanset} error]   if {$result == 1} {    puthelp "NOTICE $nick :error trying to set modes \{ $chanset \} on $chan: $error"    return 0   } else {    puthelp "NOTICE $nick :Successfully set modes \{ $chanset \} on $chan"    return 1   }  } else {   set option [join [lrange [split $text] 1 end]]   set result [catch {channel set $chan $chanset $option} error]    if {$result == 1} {     puthelp "NOTICE $nick :error trying to set modes \{ $chanset $option \} on $chan: $error"     return 0    } else {     puthelp "NOTICE $nick :Successfully set modes \{ $chanset $option \} on $chan"     return 1    }  } }</code></pre></div> Its basic, dont have the time to work on it as a script. But am sure you or someone else can "modify" it to suit your taste <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Jan 29, 2010 10:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nor7on]]></name></author>
		<updated>2010-01-29T18:01:43-04:00</updated>

		<published>2010-01-29T18:01:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91895#p91895</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91895#p91895"/>
		<title type="html"><![CDATA[!chanset (pub)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91895#p91895"><![CDATA[
Hi<br><br>someone tcl script for public command !chanset ?<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8762">Nor7on</a> — Fri Jan 29, 2010 6:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
