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

	<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>2001-10-05T11:49:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-05T11:49:00-04:00</updated>

		<published>2001-10-05T11:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=306#p306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=306#p306"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=306#p306"><![CDATA[
It seems (somthing i didnt know) that TCL's if command doesn't know how to compare &lt;&gt; statments. Just change the &lt;&gt; in the script to !=<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 05, 2001 11:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-05T11:43:00-04:00</updated>

		<published>2001-10-05T11:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=305#p305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=305#p305"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=305#p305"><![CDATA[
no it doesnt work to<br>now can the foul<br>[15:44:37] &lt;man0serv&gt; [15:44] TCL error [ship]: syntax error in expression "[string compare -nocase $nick $admin] &lt;&gt; 0"<p>Statistics: Posted by Guest — Fri Oct 05, 2001 11:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-05T11:36:00-04:00</updated>

		<published>2001-10-05T11:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=304#p304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=304#p304"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=304#p304"><![CDATA[
After looking more closely (like I should have in the first place, here is what it should look like.<br><div class="codebox"><p>Code: </p><pre><code>bind pub - ?ship shipproc ship {nick host hand chan arg} {  global admin  if {[string compare -nocase $nick $admin] &lt;&gt; 0} {return 0}  set who [lindex [split $arg] 0]  puthelp "PRIVMSG $chan :$who cost 100"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Oct 05, 2001 11:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-05T11:28:00-04:00</updated>

		<published>2001-10-05T11:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=303#p303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=303#p303"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=303#p303"><![CDATA[
<blockquote class="uncited"><div>On 2001-10-04 16:14, ppslim wrote:<br>It should look somthing more like<br><div class="codebox"><p>Code: </p><pre><code>bind pub - ?ship shipproc ship {nick host hand chan args} {global botnick adminif {$nick != $admin} {return 0}set who [lindex [split $arg] 0]puthelp "PRIVMSG $chan :$who cost 100"}</code></pre></div></div></blockquote>Hmm Í have test the sribt but it doesnt work<p>Statistics: Posted by Guest — Fri Oct 05, 2001 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-04T18:14:00-04:00</updated>

		<published>2001-10-04T18:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=282#p282</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=282#p282"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=282#p282"><![CDATA[
It should look somthing more like<br><div class="codebox"><p>Code: </p><pre><code>bind pub - ?ship shipproc ship {nick host hand chan args} {global botnick adminif {$nick != $admin} {return 0}set who [lindex [split $arg] 0]puthelp "PRIVMSG $chan :$who cost 100"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Oct 04, 2001 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-04T18:03:00-04:00</updated>

		<published>2001-10-04T18:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=281#p281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=281#p281"/>
		<title type="html"><![CDATA[TLC error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=281#p281"><![CDATA[
Why this script:<br><br><br>bind pub - ?ship ship<br><br>proc ship {nick host hand chan args} {<br>global botnick admin<br>if {![$nick == $admin]} {return 0}<br>set who [lindex $arg 0]<br>puthelp "PRIVMSG $chan :$who cost 100"<br>}<br><br>Return this error: TCL error [ship]: invalid command name "Kultsi"<br><br>Thanks<p>Statistics: Posted by Guest — Thu Oct 04, 2001 6:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
