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

	<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>2017-04-18T04:24:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Hero]]></name></author>
		<updated>2017-04-18T04:24:43-04:00</updated>

		<published>2017-04-18T04:24:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106141#p106141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106141#p106141"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106141#p106141"><![CDATA[
is it done ismail?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12019">Hero</a> — Tue Apr 18, 2017 4:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ismail]]></name></author>
		<updated>2016-09-06T12:56:19-04:00</updated>

		<published>2016-09-06T12:56:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105398#p105398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105398#p105398"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105398#p105398"><![CDATA[
seems like no one <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12650">ismail</a> — Tue Sep 06, 2016 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ismail]]></name></author>
		<updated>2016-09-02T12:26:45-04:00</updated>

		<published>2016-09-02T12:26:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105383#p105383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105383#p105383"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105383#p105383"><![CDATA[
there are color eskeys which is disabled so the numbers are there please ignore that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12650">ismail</a> — Fri Sep 02, 2016 12:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ismail]]></name></author>
		<updated>2016-09-02T12:24:19-04:00</updated>

		<published>2016-09-02T12:24:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105382#p105382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105382#p105382"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105382#p105382"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>on *:TEXT:!cricket:#: {  msg # 7Single Player Cricket match started.  $nick  Now Type !bat to play as Batsman.    set %sbat $addtok(%sbat,$nick,32)  }ON *:TEXT:!bat:#: {  if (!$istok(%sbat,$nick,32)) { msg $chan [ $+ $nick $+ ]: 4,15Error, You are not a Batsman, type !cricket to join single player game! | return }  var %z = $r(0,6)      if (%z = 6) {    msg # $read $scriptdir/six.txt  }  if (%z = 4) {    msg # $read $scriptdir/four.txt  }  if (%z = 0) {    goto out  }  if (%z = 5) {    inc %totalsoloruns [ $+ [ $nick ] ] 1    inc %soloruns [ $+ [ $nick ] ] 1    msg # WIDE BALL!!! and with this 7 $nick score %soloruns [ $+ [ $nick ] ] Runs.          HALT  }  inc %totalsoloruns [ $+ [ $nick ] ] %z  inc %soloruns [ $+ [ $nick ] ] %z  msg # 10 $2 $nick has made %z runs on this ball,7 $nick total score %soloruns [ $+ [ $nick ] ] Runs.  HALT            :out  msg # 4 $nick is OUTTTTTTT wowwwwwwwwwwww !! $nick has scored 4 %soloruns [ $+ [ $nick ] ] Runs!  set %soloruns [ $+ [ $nick ] ] 0  set %sbat $remtok(%sbat,$nick,32)} on *:TEXT:!runs*:#:{  msg # $nick 4,15has made Total12 %totalsoloruns [ $+ [ $nick ] ] RUNS in all single player matches and 5and12 %soloruns [ $+ [ $nick ] ] 5in this match.}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12650">ismail</a> — Fri Sep 02, 2016 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2016-09-02T01:15:22-04:00</updated>

		<published>2016-09-02T01:15:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105376#p105376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105376#p105376"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105376#p105376"><![CDATA[
If you don't post a code how could someone help you out? Guess what the code might be?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Sep 02, 2016 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ismail]]></name></author>
		<updated>2016-09-01T12:20:58-04:00</updated>

		<published>2016-09-01T12:20:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105375#p105375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105375#p105375"/>
		<title type="html"><![CDATA[Mrc script to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105375#p105375"><![CDATA[
hi i need help with a game bot some of my friend made me a game mirc script but he dosnt know how to make tcl can anyone help me please ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12650">ismail</a> — Thu Sep 01, 2016 12:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
