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

	<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>2009-11-18T15:18:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sismik]]></name></author>
		<updated>2009-11-18T15:18:48-04:00</updated>

		<published>2009-11-18T15:18:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90958#p90958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90958#p90958"/>
		<title type="html"><![CDATA[strange variable problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90958#p90958"><![CDATA[
lol<br>shame on me !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10957">sismik</a> — Wed Nov 18, 2009 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2009-11-18T12:29:33-04:00</updated>

		<published>2009-11-18T12:29:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90956#p90956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90956#p90956"/>
		<title type="html"><![CDATA[strange variable problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90956#p90956"><![CDATA[
sismik, as I said on eggdrop.fr, you forget the ":" leading the sentence you want to say:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :chut... $nick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 18, 2009 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sismik]]></name></author>
		<updated>2009-11-18T11:25:21-04:00</updated>

		<published>2009-11-18T11:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90955#p90955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90955#p90955"/>
		<title type="html"><![CDATA[strange variable problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90955#p90955"><![CDATA[
I'm new in tcl scripting so don't blame me if it's an easy problem <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>I'm trying to make an irc command working and print some $args in the channel.<br><br>look at the script:<div class="codebox"><p>Code: </p><pre><code>bind pub - !salut pub:salut proc pub:salut {nick uhost hand chan arg} {   set prout [lindex $arg 1]   if {$arg != ""} {      putserv "PRIVMSG $chan salut $nick $prout"   } else {      putserv "privmsg $chan chut.. $nick"   }}</code></pre></div>look at the chan now..<blockquote class="uncited"><div>[ 16:01:36 ] (@mitsurugi) !salut<br>[ 16:01:38 ] (t0xic0) chut..<br>[ 16:02:13 ] (@mitsurugi) !salut couille de loup<br>[ 16:02:14 ] (t0xic0) salut</div></blockquote>I don't understand why variables arent print on irc channels...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10957">sismik</a> — Wed Nov 18, 2009 11:25 am</p><hr />
]]></content>
	</entry>
	</feed>
