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

	<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>2001-12-30T19:19:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-30T19:19:00-04:00</updated>

		<published>2001-12-30T19:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3283#p3283</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3283#p3283"/>
		<title type="html"><![CDATA[Some tcl help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3283#p3283"><![CDATA[
Thanks for the help!<br><br>&lt;font size=-1&gt;[ This Message was edited by: Acolyte on 2001-12-30 16:21 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Dec 30, 2001 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-30T19:05:00-04:00</updated>

		<published>2001-12-30T19:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3281#p3281</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3281#p3281"/>
		<title type="html"><![CDATA[Some tcl help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3281#p3281"><![CDATA[
Somthing like<br><div class="codebox"><p>Code: </p><pre><code>bind msgm - "*" privatemsgproc privatemsg {nick uhost hand arg} {  global prchan  set line [string trim $arg]  set a 0  foreach b [binds msg] {    if {[string tolower [lindex $b 2]] == [string tolower [lindex [split $arg] 0]]} {      set a 1      break    }  }  if {$a} {    msg $prchan "$nick said: $line"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 30, 2001 7:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-30T02:45:00-04:00</updated>

		<published>2001-12-30T02:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3271#p3271</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3271#p3271"/>
		<title type="html"><![CDATA[Some tcl help?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3271#p3271"><![CDATA[
bind msgm - "*" privatemsg<br>proc privatemsg {nick uhost hand arg} {<br>global prchan<br>set line [string trim $arg]<br>  msg $prchan "$nick said: $line"<br>  return 0<br>  }<br><br>Works great... but doesnt work well for hidding certain things I would like to hide... i.e  if someone msg the bot ident/pass it shows it... any simply way to fix this?  Thx!<br><p>Statistics: Posted by Guest — Sun Dec 30, 2001 2:45 am</p><hr />
]]></content>
	</entry>
	</feed>
