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

	<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-07-16T16:09:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-07-16T10:28:25-04:00</updated>

		<published>2008-07-16T10:28:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84012#p84012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84012#p84012"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84012#p84012"><![CDATA[
Err, how does that code cause execution of [info] (and other instances of [])?<br>And how does the use of args alter that?<br><br>I would rather say that the error is someone creating a proc named info, which is an internal command name... As stated by Metroid earlier in this thread.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jul 16, 2008 10:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-07-16T16:09:43-04:00</updated>

		<published>2008-07-16T10:16:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84011#p84011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84011#p84011"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84011#p84011"><![CDATA[
<blockquote class="uncited"><div>wrong # args: should be "info nick uhost hand chan text" </div></blockquote>My bad, appears exactly as was said is the cause. This shows clearly that a procedure called 'info' exists which expects the arguments of: nick uhost hand chan text. Meaning it is more than likely triggered by a bind.<br><br>I was a little, erm.. stoned this morning and yeah...enough about that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Jul 16, 2008 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-25T23:59:18-04:00</updated>

		<published>2008-05-25T23:59:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83220#p83220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83220#p83220"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83220#p83220"><![CDATA[
I doubt many here will be willing to dig up the scripts you have not posted just so they can help you.<br>Until you are willing to provide the information needed to fix your error(s), I suggest you use putquick so that it sends encrypted messages.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun May 25, 2008 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2008-05-25T17:49:28-04:00</updated>

		<published>2008-05-25T17:49:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83215#p83215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83215#p83215"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83215#p83215"><![CDATA[
that error is not related to "putnow".<br><br>However, one of your scripts appears to be overwriting the TCL proc "info".<br><br>Which is the problem in your case, find out which script it is, and fix 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=5078">metroid</a> — Sun May 25, 2008 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pinkel]]></name></author>
		<updated>2008-05-25T17:00:42-04:00</updated>

		<published>2008-05-25T17:00:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83211#p83211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83211#p83211"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83211#p83211"><![CDATA[
I use this code to sent the text without buffering:<br><div class="codebox"><p>Code: </p><pre><code>proc putnow { a } {  append a "\n"  putdccraw 0 [string length $a] $a}</code></pre></div>I replace putserv/putquick with putnow.<br><br>To encrypt the text I use:<br><br>tcleggdrop_mcpsfuncs.tcl <br>tcleggdrop_mcps_sitesettings.ini <br><br>If I use putserv/putquick then al the text is encrypted, if I use putnow the text is announced in just plain text.<br><br>So my question was how can I solve this?<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9942">pinkel</a> — Sun May 25, 2008 5:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-05-25T11:28:34-04:00</updated>

		<published>2008-05-25T11:28:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83186#p83186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83186#p83186"/>
		<title type="html"><![CDATA[Re: error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83186#p83186"><![CDATA[
<blockquote class="uncited"><div>I am using:<br><br>tcleggdrop_mcpsfuncs.tcl<br>tcleggdrop_mcps_sitesettings.ini<br><br>Everyting works fine if I use putserv and putquick.<br><br>But if I use putnow I am getting this error:<br><br>Tcl error [mcpshandlepubOK]: wrong # args: should be "info nick uhost hand chan text"<br><br>and the stuff is announced in plain text.<br><br>what could be the problem? <br><br>thanks</div></blockquote>What are you talking about?<br>"putnow" is not a standard eggdrop command, if you want help debugging you will need to post the procedure(s).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun May 25, 2008 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pinkel]]></name></author>
		<updated>2008-05-25T08:36:43-04:00</updated>

		<published>2008-05-25T08:36:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83184#p83184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83184#p83184"/>
		<title type="html"><![CDATA[error and plain text with putnow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83184#p83184"><![CDATA[
I am using:<br><br>tcleggdrop_mcpsfuncs.tcl<br>tcleggdrop_mcps_sitesettings.ini<br><br>Everyting works fine if I use putserv and putquick.<br><br>But if I use putnow I am getting this error:<br><br>Tcl error [mcpshandlepubOK]: wrong # args: should be "info nick uhost hand chan text"<br><br>and the stuff is announced in plain text.<br><br>what could be the problem? <br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9942">pinkel</a> — Sun May 25, 2008 8:36 am</p><hr />
]]></content>
	</entry>
	</feed>
