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

	<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>2006-05-20T09:31:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-05-20T09:31:59-04:00</updated>

		<published>2006-05-20T09:31:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63194#p63194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63194#p63194"/>
		<title type="html"><![CDATA[help wit a tcl modification ols]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63194#p63194"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind JOIN -  "#channel *"  statsu</code></pre></div></div></blockquote>thanks a lot Sir_Fz  i try it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Sat May 20, 2006 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-05-20T07:08:45-04:00</updated>

		<published>2006-05-20T07:08:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63191#p63191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63191#p63191"/>
		<title type="html"><![CDATA[help wit a tcl modification ols]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63191#p63191"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind JOIN -  "#channel *"  statsu</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat May 20, 2006 7:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-05-20T03:54:38-04:00</updated>

		<published>2006-05-20T03:54:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63190#p63190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63190#p63190"/>
		<title type="html"><![CDATA[help wit a tcl modification ols]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63190#p63190"><![CDATA[
i modify this tcl from bind pub to bind join and i wonder:<br><br><div class="codebox"><p>Code: </p><pre><code>bind JOIN -  "*"  statsubind raw - 242 show:statsuset statsuc 0proc statsu {nick uhost hand chan} { global statsu statsuc if {$statsuc &gt; 0} {  puthelp "privmsg $chan :Already in progress"  return 0 } set servers {exampe.irc.net} foreach server $servers {  incr statsuc  if {![info exists statsu([set chan [string tolower $chan]]:$statsuc)]} {   set statsu($chan:$statsuc) 0   putserv "stats u $server"  } }}proc show:statsu {from kw arg} { global statsu statsuc foreach {c v} [array get statsu] {  puthelp "privmsg [lindex [split $c :] 0] :$from [join [lrange [split $arg] 1 end]]"  array unset statsu $c  incr statsuc -1  break }}</code></pre></div>this bot is an ircop. can i put something like: <br><br>set channel "#chan1"<br><br>so when i join the specific channel "#chan1" shows the statsu ?<br>and now works fine but shows the statsu in all channel . <br>any help pls ?<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Sat May 20, 2006 3:54 am</p><hr />
]]></content>
	</entry>
	</feed>
