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

	<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>2019-01-13T04:53:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2019-01-13T04:53:27-04:00</updated>

		<published>2019-01-13T04:53:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107338#p107338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107338#p107338"/>
		<title type="html"><![CDATA[mrc to tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107338#p107338"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>on *:join:#: {  if ($readini(barserv.ini,money,$nick) &gt;= 0) { notice $nick You've been here before | halt }  else /writeini barserv.ini money $nick 50.00 |  notice $nick You received 50.00 Euro to spend by me.}on *:text:.pay*:#: {  if (%cmd == off) { notice $nick Wait until the commands working. | halt }  if (%cmd == on) &amp;&amp; ($2 == topic) &amp;&amp; (10.00 &gt;= $readini(barserv.ini,money,$nick)) { notice $nick You don't have enough money. | halt } else { notice $nick First there must be paid. | set %cmd off | timer 1 20 set %cmd on | notice $nick The payment will start. | msg %bot calc $readini(barserv.ini,money,$nick) - $readini(barserv.ini,costs,topic) | set %nick $nick | topic # $3- | halt }}on *:text:.+costs*:#: {  if (%cmd == off) { notice $nick Wait until the commands working | halt }  if (%cmd == on) { writeini barserv.ini costs $2 $3 | set %cmd off | timer 1 20 set %cmd on | halt }}on *:text:Calc*:?: {  /writeini barserv.ini money %nick $6 | close -m}on *:text:.money:#: {  notice $nick You have $readini(barserv.ini,money,$nick) Euro.}</code></pre></div>Can someone pls help me with mrc to tcl ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Sun Jan 13, 2019 4:53 am</p><hr />
]]></content>
	</entry>
	</feed>
