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

	<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>2008-02-08T01:36:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-02-08T01:11:39-04:00</updated>

		<published>2008-02-08T01:11:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80738#p80738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80738#p80738"/>
		<title type="html"><![CDATA[Putquick in the channel [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80738#p80738"><![CDATA[
<blockquote class="uncited"><div>i got it, you dont have to explain, i just posted the code so someone more maybe can use it</div></blockquote>The code you posted does not work, you should be thanking speechles for posting the correction needed to make it work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Feb 08, 2008 1:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[webbax]]></name></author>
		<updated>2008-02-07T20:39:24-04:00</updated>

		<published>2008-02-07T20:39:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80735#p80735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80735#p80735"/>
		<title type="html"><![CDATA[Putquick in the channel [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80735#p80735"><![CDATA[
i got it, you dont have to explain, i just posted the code so someone more maybe can use it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9694">webbax</a> — Thu Feb 07, 2008 8:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-02-08T01:36:26-04:00</updated>

		<published>2008-02-07T18:37:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80731#p80731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80731#p80731"/>
		<title type="html"><![CDATA[Re: Putquick in the channel [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80731#p80731"><![CDATA[
<blockquote class="uncited"><div>Hi, I wants to do a putquick in the channel, but i cant get it to work...<br>here is the script i have made, but it wont work.<div class="codebox"><p>Code: </p><pre><code>bind pub o|o "!putquic putquic"proc putquic {nick host hand chan text} {set putquickmsg [lrange $text 0 end]putquick "$putquickmsg"}</code></pre></div>Is there anyone that can help me?<br><br>The code should look like this:<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !putquic putquicproc putquic {nick host hand chan text} {putquick "$text"}</code></pre></div></div></blockquote>You forgot to tell putquick what to do with the text.<div class="codebox"><p>Code: </p><pre><code>putquick "privmsg $chan :$text"</code></pre></div>understand?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Feb 07, 2008 6:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[webbax]]></name></author>
		<updated>2008-02-07T17:17:31-04:00</updated>

		<published>2008-02-07T17:17:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80729#p80729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80729#p80729"/>
		<title type="html"><![CDATA[Putquick in the channel [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80729#p80729"><![CDATA[
Hi, I wants to do a putquick in the channel, but i cant get it to work...<br>here is the script i have made, but it wont work.<div class="codebox"><p>Code: </p><pre><code>bind pub o|o "!putquic putquic"proc putquic {nick host hand chan text} {set putquickmsg [lrange $text 0 end]putquick "$putquickmsg"}</code></pre></div>Is there anyone that can help me?<br><br>The code should look like this:<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !putquic putquicproc putquic {nick host hand chan text} {putquick "$text"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9694">webbax</a> — Thu Feb 07, 2008 5:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
