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

	<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-11-01T04:05:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-11-01T04:05:16-04:00</updated>

		<published>2003-11-01T04:05:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29283#p29283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29283#p29283"/>
		<title type="html"><![CDATA[a mimic tcl please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29283#p29283"><![CDATA[
thanks guys<br><br>but i cant seem to get it working it doesnt say there are any errors , so i dont know<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Sat Nov 01, 2003 4:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-31T09:31:33-04:00</updated>

		<published>2003-10-31T09:31:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29244#p29244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29244#p29244"/>
		<title type="html"><![CDATA[a mimic tcl please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29244#p29244"><![CDATA[
use [string tolower $chan] == [string tolower $channel] and same thing for matching $nick with victim.. incase of case-differences.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Oct 31, 2003 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-10-31T03:58:56-04:00</updated>

		<published>2003-10-31T03:58:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29223#p29223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29223#p29223"/>
		<title type="html"><![CDATA[a mimic tcl please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29223#p29223"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|o "!mimic" mimic:startbind pub -|o "!nomimic" mimic:stopset channel "#your_chan"proc mimic:start {nick uhost handle chan args} {   global botnick channel victim   if {$chan != [string tolower $channel]} {      return 0   }   if {$args == ""} {      return 0   }   if {[info exists victim]} {      putserv "PRIVMSG $chan :I'm allready working"      return 0   }   set victim $nick   bind pubm - * mimic:repeat}proc mimic:stop {nick uhost handle chan args} {   global botnick channel victim   if {$chan != [string tolower $channel]} {      return 0   }   if {$args == ""} {      return 0   }   if {![info exists victim]} {      putserv "PRIVMSG $chan :I'm noy working"      return 0   }   unset victim   unbind pubm - * mimic:repeat}proc mimic:repeat {nick uhost hand chan text} {   global botnick victim channel   if {$nick == $victim} {      putserv "PRIVMSG $channel :$text"   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Fri Oct 31, 2003 3:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[harry]]></name></author>
		<updated>2003-10-30T16:04:59-04:00</updated>

		<published>2003-10-30T16:04:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29207#p29207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29207#p29207"/>
		<title type="html"><![CDATA[a mimic tcl please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29207#p29207"><![CDATA[
i need a script that will repeat everything a user says with this public command: !mimic &lt;nick&gt; ,then make it stop by: !nomimic &lt;nick&gt; <br> master specific<br><br> note it only is going to be used in a private channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3820">harry</a> — Thu Oct 30, 2003 4:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
