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

	<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>2004-03-15T14:47:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-15T14:47:53-04:00</updated>

		<published>2004-03-15T14:47:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34644#p34644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34644#p34644"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34644#p34644"><![CDATA[
That's the problem then -- you are running it wrong. It expects arguments and you are giving it none. Try:<br><br>.tcl identify_notc somenick uhost hand text dest<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 15, 2004 2:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T13:59:36-04:00</updated>

		<published>2004-03-15T13:59:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34642#p34642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34642#p34642"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34642#p34642"><![CDATA[
dcc chat<br>i try to run the proc mannually too and still same error<br>.tcl identify_notc <br><br>but all i get is that tcl error message<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-15T13:53:11-04:00</updated>

		<published>2004-03-15T13:53:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34641#p34641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34641#p34641"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34641#p34641"><![CDATA[
When do you get the error? Where do you see the error?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 15, 2004 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T13:45:44-04:00</updated>

		<published>2004-03-15T13:45:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34640#p34640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34640#p34640"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34640#p34640"><![CDATA[
gah still<br>Tcl error: wrong # args: should be "identify_notc nick host hand text dest"<br><br>Tcl version: 8.4.2 (header version 8.4.2)<br>running eggdrop v1.6.15<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-15T10:07:20-04:00</updated>

		<published>2004-03-15T10:07:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34636#p34636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34636#p34636"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34636#p34636"><![CDATA[
This code must work:<div class="codebox"><p>Code: </p><pre><code>bind notc - "*This nickname is registered and protected*" identify_notcproc identify_notc {nick host hand text dest} {   global botnick nickserv identcmd identpass   if {[string match -nocase "$nick" "$nickserv"]} {    putserv "PRIVMSG $nickserv :$identcmd $identpass"     putlog "Identifying: $nickserv (as $botnick)"   } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Mon Mar 15, 2004 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T09:35:44-04:00</updated>

		<published>2004-03-15T09:35:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34635#p34635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34635#p34635"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34635#p34635"><![CDATA[
Tcl error: wrong # args: should be "identify_notc nick uh hand text dest"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 9:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-03-15T08:57:11-04:00</updated>

		<published>2004-03-15T08:57:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34633#p34633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34633#p34633"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34633#p34633"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc identify_notc {nick uh hand text dest} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Mar 15, 2004 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T08:42:58-04:00</updated>

		<published>2004-03-15T08:42:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34630#p34630</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34630#p34630"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34630#p34630"><![CDATA[
bind notc - "*This nickname is registered and protected*" identify_notc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 8:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-15T07:23:01-04:00</updated>

		<published>2004-03-15T07:23:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34626#p34626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34626#p34626"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34626#p34626"><![CDATA[
Where is the bind of the code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4667">Xpert</a> — Mon Mar 15, 2004 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T07:20:35-04:00</updated>

		<published>2004-03-15T07:20:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34625#p34625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34625#p34625"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34625#p34625"><![CDATA[
Nope still refuses to work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Xpert]]></name></author>
		<updated>2004-03-15T07:11:32-04:00</updated>

		<published>2004-03-15T07:11:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34624#p34624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34624#p34624"/>
		<title type="html"><![CDATA[Re: tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34624#p34624"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>proc identify_notc { nick uh hand text } {</code></pre></div></div></blockquote>Should be:<div class="codebox"><p>Code: </p><pre><code>proc identify_notc {nick uh hand text} {</code></pre></div>also, you can change this line:<div class="codebox"><p>Code: </p><pre><code>if {[string match [string tolower $nick] [string tolower $nickserv]]} {</code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase "$nick" "$nickserv"]} {</code></pre></div><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=4667">Xpert</a> — Mon Mar 15, 2004 7:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Syntax]]></name></author>
		<updated>2004-03-15T06:49:37-04:00</updated>

		<published>2004-03-15T06:49:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34623#p34623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34623#p34623"/>
		<title type="html"><![CDATA[tcl script that refuses to work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34623#p34623"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc identify_notc { nick uh hand text } {  global botnick nickserv identcmd identpass if {[string match [string tolower $nick] [string tolower $nickserv]]} {  putserv "PRIVMSG $nickserv :$identcmd $identpass"  putlog "Identifying: $nickserv (as $botnick)" }}</code></pre></div>it refuses to work all i get is<br><div class="codebox"><p>Code: </p><pre><code>Tcl error: wrong # args: should be "identify_notc nick uh hand text"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3956">Syntax</a> — Mon Mar 15, 2004 6:49 am</p><hr />
]]></content>
	</entry>
	</feed>
