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

	<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>2006-09-29T19:19:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-09-29T19:19:39-04:00</updated>

		<published>2006-09-29T19:19:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66785#p66785</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66785#p66785"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66785#p66785"><![CDATA[
<blockquote class="uncited"><div>nick2hand should return the same as $hand, use $hand instead.</div></blockquote>Take metroid's advice honeybee.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Sep 29, 2006 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-29T17:24:44-04:00</updated>

		<published>2006-09-29T17:24:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66777#p66777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66777#p66777"/>
		<title type="html"><![CDATA[Re: umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66777#p66777"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>if { [string equal -nocase [nick2hand $nick] "honeybee"] } { return }</div></blockquote>if {[nick2hand $nick] == "honeybee"} {return}<br><br>is the same as<br><br>if {$hand == "honeybee"} {return}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Sep 29, 2006 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-09-28T19:03:18-04:00</updated>

		<published>2006-09-28T19:03:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66729#p66729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66729#p66729"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66729#p66729"><![CDATA[
From tcl-commands.doc:<blockquote class="uncited"><div>nick2hand &lt;nickname&gt; [channel]<br>    Returns: the handle of a nickname on a channel. If a channel is not<br>      specified, the bot will check all of its channels. If the nick is<br>      not found, "" is returned. If the nick is found but does not have<br>      a handle, "*" is returned.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Sep 28, 2006 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-09-28T15:02:53-04:00</updated>

		<published>2006-09-28T15:02:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66724#p66724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66724#p66724"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66724#p66724"><![CDATA[
nick2hand should return the same as $hand, use $hand instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Sep 28, 2006 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2006-09-27T18:25:35-04:00</updated>

		<published>2006-09-27T18:25:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66701#p66701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66701#p66701"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66701#p66701"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * proc:checkproc proc:check {nick uhost hand chan} {if { [string equal -nocase [nick2hand $nick] "honeybee"] } { return }...........................}</code></pre></div>rest is working fine except this, i m trying to exempt them if they match my handle. thats all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Wed Sep 27, 2006 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-09-27T06:44:01-04:00</updated>

		<published>2006-09-27T06:44:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66695#p66695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66695#p66695"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66695#p66695"><![CDATA[
Post your proc instead of giving a single line that tells us nothing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Sep 27, 2006 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2006-09-26T09:48:43-04:00</updated>

		<published>2006-09-26T09:48:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66680#p66680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66680#p66680"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66680#p66680"><![CDATA[
$hand will probably match only if the joined nick matches my handle i'm adding my host like *!*honeybee@66.25.* to my handle and trying to match the nick2hand with my handle.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Tue Sep 26, 2006 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-09-26T09:07:16-04:00</updated>

		<published>2006-09-26T09:07:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66679#p66679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66679#p66679"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66679#p66679"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[string tolower [nick2hand $nick]] == "honeybee"} { return }</code></pre></div>But then i dont see why you are using nick2hand when the proc header will include hand(le)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Sep 26, 2006 9:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[honeybee]]></name></author>
		<updated>2006-09-26T08:54:54-04:00</updated>

		<published>2006-09-26T08:54:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66678#p66678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66678#p66678"/>
		<title type="html"><![CDATA[umm whats wrong with this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66678#p66678"><![CDATA[
<blockquote class="uncited"><div>if { [string equal -nocase [nick2hand $nick] "honeybee"] } { return }</div></blockquote>I'm trying to get the hand by nick2han and then trying to match it with my handle anf if it matches my hanlde then return, but its not working<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7174">honeybee</a> — Tue Sep 26, 2006 8:54 am</p><hr />
]]></content>
	</entry>
	</feed>
