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

	<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-06-06T03:07:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-06T03:07:16-04:00</updated>

		<published>2003-06-06T03:07:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21343#p21343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21343#p21343"/>
		<title type="html"><![CDATA[Help with tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21343#p21343"><![CDATA[
for example to what stdragon said, use this:<br><div class="codebox"><p>Code: </p><pre><code>set stats_chan "#tade"bind pub - !stats stats_pub proc stats_pub {nick host handle chan args} { if {$chan == $::stats_chan} {putserv "PRIVMSG $chan :$nick: you can find $chan channel's stats at http://www.hot.ee/cyberstats" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Fri Jun 06, 2003 3:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-06-05T20:22:36-04:00</updated>

		<published>2003-06-05T20:22:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21314#p21314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21314#p21314"/>
		<title type="html"><![CDATA[Help with tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21314#p21314"><![CDATA[
Well, the $chan variable stores the channel name. So use an 'if' statement and a command like 'string compare' to make sure it's the channel you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Jun 05, 2003 8:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-05T18:03:21-04:00</updated>

		<published>2003-06-05T18:03:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21305#p21305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21305#p21305"/>
		<title type="html"><![CDATA[Help with tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21305#p21305"><![CDATA[
I have a code<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !stats stats_pubproc stats_pub {nick host handle chan args} { putserv "PRIVMSG $chan :Channel $chan  stats are http://www.hot.ee/cyberstats "} </code></pre></div>What I have to change in that script that this script will work only in 1 channel.[/quote]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Thu Jun 05, 2003 6:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
