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

	<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>2013-07-27T08:48:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2013-07-27T08:48:10-04:00</updated>

		<published>2013-07-27T08:48:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101889#p101889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101889#p101889"/>
		<title type="html"><![CDATA[Need help to set User Defined channel set for a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101889#p101889"><![CDATA[
<a href="http://forum.egghelp.org/viewtopic.php?p=98052#98052" class="postlink">http://forum.egghelp.org/viewtopic.php?p=98052#98052</a><br><br>and<br><br><a href="http://forum.egghelp.org/viewtopic.php?p=98054#98054" class="postlink">http://forum.egghelp.org/viewtopic.php?p=98054#98054</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Jul 27, 2013 8:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-07-27T03:44:51-04:00</updated>

		<published>2013-07-27T03:44:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101887#p101887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101887#p101887"/>
		<title type="html"><![CDATA[Need help to set User Defined channel set for a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101887#p101887"><![CDATA[
Yes does two lines of code can work on any other tcl that doesnt have a 'chanset' but you have to change 'explain' to whatever else. Anyway as i said your explain script will have the same database on every channel so the part with enable/disable the script on a specified channel is only for disableing the commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Sat Jul 27, 2013 3:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ege]]></name></author>
		<updated>2013-07-26T22:28:18-04:00</updated>

		<published>2013-07-26T22:28:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101884#p101884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101884#p101884"/>
		<title type="html"><![CDATA[Need help to set User Defined channel set for a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101884#p101884"><![CDATA[
thank u a lot Madalin..<br><br>so if i add those 2 lines if i apply the command .chanset #chan +explain  it will specify the channel right ?<br><br>and will this script work for all kind of tcl scripts ? <br><br>thank u <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=12266">ege</a> — Fri Jul 26, 2013 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-07-26T08:38:14-04:00</updated>

		<published>2013-07-26T08:38:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101883#p101883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101883#p101883"/>
		<title type="html"><![CDATA[Need help to set User Defined channel set for a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101883#p101883"><![CDATA[
Yes it can be made<br>But the script works with a single database so if you add something it will have the same database on all channel where the script is activated.<br><br>What you need is line<br><div class="codebox"><p>Code: </p><pre><code>setudef flag explain</code></pre></div>and<br><div class="codebox"><p>Code: </p><pre><code>if {![channel get $chan explain]} { return }</code></pre></div>at every proc (only the second line) you want to work only if +explain is set on the channel<br><br>You could take a look at this script <a href="http://forum.egghelp.org/viewtopic.php?t=19313" class="postlink">http://forum.egghelp.org/viewtopic.php?t=19313</a> it works exactly as learn.tcl but it can have database for every channel and it can be activated/deactivated<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Fri Jul 26, 2013 8:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ege]]></name></author>
		<updated>2013-07-25T22:29:29-04:00</updated>

		<published>2013-07-25T22:29:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101880#p101880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101880#p101880"/>
		<title type="html"><![CDATA[Need help to set User Defined channel set for a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101880#p101880"><![CDATA[
hello,<br><br>is it possible to set any tcl  to run user defined channels ? <br><br>with " setudef " syntax ? <br><br>for example for this !learn.tcl :<br><br><a href="https://pastee.org/sxdag" class="postlink">https://pastee.org/sxdag</a><br><br>thank u<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12266">ege</a> — Thu Jul 25, 2013 10:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
