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

	<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>2003-04-15T10:37:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-15T10:37:36-04:00</updated>

		<published>2003-04-15T10:37:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19100#p19100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19100#p19100"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19100#p19100"><![CDATA[
oder du nimmst das !tcl public script  ( falls du sowas meinst )<br><br>beispiele mit diesem script:<br><br>!tcl channel add #channel<br><br>!tcl chattr Handle flag|flag #channel<br><br>!tcl return Dieses Script ist cool!<br><br>sowie <br>!tcl exec ...<br><br>und der link:<br><br><a href="http://tcl.b0rk.de/files/tcldebug.tcl" class="postlink">http://tcl.b0rk.de/files/tcldebug.tcl</a><p>Statistics: Posted by Guest — Tue Apr 15, 2003 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-07T08:18:53-04:00</updated>

		<published>2003-04-07T08:18:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18671#p18671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18671#p18671"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18671#p18671"><![CDATA[
didn't test, but should work..<br><div class="codebox"><p>Code: </p><pre><code>bind pub m !tcl mytclproc mytcl {nick hand uhost chan text } {source scripts/$text}</code></pre></div>you could expand it with an file-exists function etc, this is just how it basicly would (should) work..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Apr 07, 2003 8:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-06T17:09:07-04:00</updated>

		<published>2003-04-06T17:09:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18652#p18652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18652#p18652"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18652#p18652"><![CDATA[
thx but i have found another way:<br><br>bind pub m !tcl besser<br>proc besser {n u h c a} {source scripts/besser.tcl}<br><br>but now i must fill in every scritpt! how can i make this that i hat to write <br>!tcl script.tcl <br>pls help thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sun Apr 06, 2003 5:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-04-06T15:11:31-04:00</updated>

		<published>2003-04-06T15:11:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18643#p18643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18643#p18643"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18643#p18643"><![CDATA[
found this somewhere on my hdd..<br><div class="codebox"><p>Code: </p><pre><code>#Usage /msg &lt;bot&gt; assist &lt;#channel&gt; bind msg - assist pub:assist proc pub:assist {nick uhost handle text} { set channame [lindex [split $text] 0] # here you can do some test to determine if the channel is valid ect... If you really need it. channel set $channame -inactive }</code></pre></div>just rewrite it to public trigger and it should work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Apr 06, 2003 3:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-06T14:07:26-04:00</updated>

		<published>2003-04-06T14:07:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18642#p18642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18642#p18642"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18642#p18642"><![CDATA[
HI , <br>i will write in english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">. i want to make a script where i can write in a channe:<br>!tcl muh.tcl <br>and then my eggdrop exec this tcl script and in this tcl script i want to put in<br>.chanset #chan chanmode +nt-imklps <br><br>can u help me ?<br><br>i hope u understand it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sun Apr 06, 2003 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-06T13:26:11-04:00</updated>

		<published>2003-04-06T13:26:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18641#p18641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18641#p18641"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18641#p18641"><![CDATA[
something like that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sun Apr 06, 2003 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-04-06T13:25:53-04:00</updated>

		<published>2003-04-06T13:25:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18640#p18640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18640#p18640"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18640#p18640"><![CDATA[
ich forsteht nicht<br><br>Sie Muß gesprechen english, bitte<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sun Apr 06, 2003 1:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-06T12:02:25-04:00</updated>

		<published>2003-04-06T12:02:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18638#p18638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18638#p18638"/>
		<title type="html"><![CDATA[ausführen eines scripts per pub cmd]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18638#p18638"><![CDATA[
HI ,<br>ich wollt fragen wie ich nen cmd machen kann wenn ich z.B.<br>!tcl muh.tcl <br>eingebe, das dann dieses tcl script ausgeführt wird und durch dieses ausführen soll<br>.chanset #chan chanmode +nt-imklps<br>gemacht werden! pls help <br><br><br>mFg BeSSeR<p>Statistics: Posted by Guest — Sun Apr 06, 2003 12:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
