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

	<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-07-23T15:41:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Cadaver]]></name></author>
		<updated>2019-07-23T15:41:56-04:00</updated>

		<published>2019-07-23T15:41:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107715#p107715</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107715#p107715"/>
		<title type="html"><![CDATA[mrc a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107715#p107715"><![CDATA[
Install AKA Nick Tracker<br><br><a href="http://hawkee.com/snippet/9856/" class="postlink">http://hawkee.com/snippet/9856/</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12777">Cadaver</a> — Tue Jul 23, 2019 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Niki]]></name></author>
		<updated>2019-07-08T06:14:59-04:00</updated>

		<published>2019-07-08T06:14:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107698#p107698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107698#p107698"/>
		<title type="html"><![CDATA[mrc a tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107698#p107698"><![CDATA[
Can you please help me in converting this .mrc into .tcl<br>this .mrc makes me publish in #chan nick entered with the nick<br>sorry for the English <br>Thank you<br><div class="codebox"><p>Code: </p><pre><code>ON *:START: {  hmake trackusers 10  if ($isfile(trackusers.dat)) {    hload trackusers trackusers.dat  }}on *:JOIN:#: {  if ($hget(trackusers,$address($nick,3))) {    var %n = $ifmatch    if ($istok(%n,$nick,32)) { var %d = $deltok(%n,$findtok(%n,$nick,1,32),32) }    else { var %d = %n }    if (!%d) { return }    echo $colour(info) #Nicks  $chan * $nick 14 entro antes con el nick 4 $+ $iif($numtok(%d,32) &gt; 1,:,:) %d     if (!$istok(%n,$nick,32)) {      hadd trackusers $address($nick,3) %n $nick    }  }  else {    hadd trackusers $address($nick,3) $nick  }}on *:NICK: {  if ($hget(trackusers,$address($newnick,3))) {    var %n = $ifmatch    if (!$istok(%n,$newnick,32)) {      hadd trackusers $address($newnick,3) %n $newnick    }  }  else {    hadd trackusers $address($nick,3) $newnick  }}menu nicklist {  TOPSECRET  .Buscar otros NICKS :{    if (!$address($$1,3)) { echo $colour(info) -ti2 # *4 IAL not updated for $$1 $+ , performing userhost lookup | userhost $$1 | return }    if ($hget(trackusers,$address($$1,3))) {      var %n = $ifmatch      if ($istok(%n,$$1,32)) { var %d = $deltok(%n,$findtok(%n,$$1,1,32),32) }      else { var %d = %n }      if (!%d) { goto notknown }      echo  $colour(info) -ti2 # * $$1 14 tambien usa los nicks 4 $+ $iif($numtok(%d,32) &gt; 1,:,:) %d     }    else {      :notknown      echo $colour(info) -ti2 # *  $$1 4NO tiene ningun nick en la base de datos.    }  }  .Reset:hdel trackusers $address($$1,3)}ON *:EXIT: {  if ($hget(trackusers)) { hsave -o trackusers trackusers.dat }</code></pre></div><br>Niki <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12743">Niki</a> — Mon Jul 08, 2019 6:14 am</p><hr />
]]></content>
	</entry>
	</feed>
