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

	<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-04-21T22:55:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-21T22:55:41-04:00</updated>

		<published>2006-04-21T22:55:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62201#p62201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62201#p62201"/>
		<title type="html"><![CDATA[Re: found one]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62201#p62201"><![CDATA[
<blockquote class="uncited"><div>i found one but it says i need a toolkit.tcl but i dont find it<br>anyone knows where i can get it...<br><br><br>#############################################################<br>## ckc TCL v.3.31 by cokkie &lt;<a href="mailto:cokkie@gmail.com">cokkie@gmail.com</a>&gt;             ##<br>## Created Wednesday, October 11, 2000 5:03:34 AM          ##<br>## Modified Friday, July 05, 2004 8:11:27 AM               ##<br>## Copyright © 2002 cokkie® CrW.                           ##<br>## ------------------------------------------------------- ##<br>## REQUIRES EGGDROP 1.3+ with toolkit.tcl and alltools.tcl ##<br>#############################################################</div></blockquote>Try using the Search functions or Google?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Apr 21, 2006 10:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-04-20T19:34:26-04:00</updated>

		<published>2006-04-20T19:34:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62146#p62146</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62146#p62146"/>
		<title type="html"><![CDATA[found one]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62146#p62146"><![CDATA[
i found one but it says i need a toolkit.tcl but i dont find it<br>anyone knows where i can get it...<br><br><br>#############################################################<br>## ckc TCL v.3.31 by cokkie &lt;<a href="mailto:cokkie@gmail.com">cokkie@gmail.com</a>&gt;             ##<br>## Created Wednesday, October 11, 2000 5:03:34 AM          ##<br>## Modified Friday, July 05, 2004 8:11:27 AM               ##<br>## Copyright © 2002 cokkie® CrW.                           ##<br>## ------------------------------------------------------- ##<br>## REQUIRES EGGDROP 1.3+ with toolkit.tcl and alltools.tcl ##<br>#############################################################<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Thu Apr 20, 2006 7:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-18T12:25:31-04:00</updated>

		<published>2006-04-18T12:25:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62071#p62071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62071#p62071"/>
		<title type="html"><![CDATA[.chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62071#p62071"><![CDATA[
I don't know about Toolz, but my FzCommands tcl doesn't control channelsets. This code does though:<div class="codebox"><p>Code: </p><pre><code>bind pub n|n !chanset pub:chansetproc pub:chanset {nick uhost hand chan arg} { foreach {set value} [split $arg] {break} if {![info exists value]} {  catch {channel set $chan $set} error } {  catch {channel set $chan $set $value} error } if {$error == ""} {  puthelp "privmsg $chan :Successfully set $arg" } {  puthelp "privmsg $chan :Error setting $arg: [lindex $error 0]..." }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Apr 18, 2006 12:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-04-18T11:33:07-04:00</updated>

		<published>2006-04-18T11:33:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62067#p62067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62067#p62067"/>
		<title type="html"><![CDATA[.chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62067#p62067"><![CDATA[
Several scripts already exist for that. Here are only a couple examples:<br>Fz Commands<br>Toolz (from Project "Kalich")<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Tue Apr 18, 2006 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[.pt]]></name></author>
		<updated>2006-04-04T10:16:49-04:00</updated>

		<published>2006-04-04T10:16:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61642#p61642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61642#p61642"/>
		<title type="html"><![CDATA[.chanset]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61642#p61642"><![CDATA[
can someone make a script so i can control the chanset command from public or msg commands.<br><br>tks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6989">.pt</a> — Tue Apr 04, 2006 10:16 am</p><hr />
]]></content>
	</entry>
	</feed>
