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

	<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-08-13T14:48:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-13T14:48:57-04:00</updated>

		<published>2003-08-13T14:48:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24869#p24869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24869#p24869"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24869#p24869"><![CDATA[
that will work just fine.<br><br>Thanks ppslim :^)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Wed Aug 13, 2003 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-08-13T14:36:02-04:00</updated>

		<published>2003-08-13T14:36:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24867#p24867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24867#p24867"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24867#p24867"><![CDATA[
Nope, there is no goto command in Tcl, however, you code can be re-written to perform the same effect with an extention to the if command.<br><div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "*" protect:channelproc protect:channel {nick uhost handle channel text} {  global botnick my text codes caps spaces rp  set chan [string tolower $channel]  if {![botisop $chan] || [isop $nick $chan]} {return 0}  if {[string length $text &gt;= $text(large)]} {     codes:search     strip:codes     caps:search     spaces:search  } else {        strip:codes  }  badword:search}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Aug 13, 2003 2:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-13T14:27:12-04:00</updated>

		<published>2003-08-13T14:27:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24866#p24866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24866#p24866"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24866#p24866"><![CDATA[
I think that can be only used in mIRC language.<br><br>cuz that's how it works there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Aug 13, 2003 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-13T14:16:58-04:00</updated>

		<published>2003-08-13T14:16:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24864#p24864</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24864#p24864"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24864#p24864"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm -|- "*" protect:channelproc protect:channel {nick uhost handle channel text} {  global botnick my text codes caps spaces rp  set chan [string tolower $channel]  if {![botisop $chan] || [isop $nick $chan]} {return 0}  if {[string length $text &gt;= $text(large)]} {     codes:search     strip:codes     caps:search     spaces:search     goto skip  }       strip:codes  :skip  badword:search}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Wed Aug 13, 2003 2:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-13T13:54:23-04:00</updated>

		<published>2003-08-13T13:54:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24861#p24861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24861#p24861"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24861#p24861"><![CDATA[
Where do you exactly want to make a *goto* thing? Paste a part of your code or give an example.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Aug 13, 2003 1:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-13T13:26:05-04:00</updated>

		<published>2003-08-13T13:26:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24860#p24860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24860#p24860"/>
		<title type="html"><![CDATA[tcl &quot;goto&quot; command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24860#p24860"><![CDATA[
I was wondering if there was any kind of "goto"<br>command in tcl like many other languages have.<br><br>I have saerched a bit and have come up with nothing.<br><br>Thank for any help given.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Wed Aug 13, 2003 1:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
