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

	<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>2003-07-15T16:11:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-15T16:11:10-04:00</updated>

		<published>2003-07-15T16:11:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23529#p23529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23529#p23529"/>
		<title type="html"><![CDATA[How can if check if $nick is a botnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23529#p23529"><![CDATA[
use "bots" or even do a match +b to get a list of bots.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jul 15, 2003 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-07-15T16:11:31-04:00</updated>

		<published>2003-07-15T16:10:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23528#p23528</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23528#p23528"/>
		<title type="html"><![CDATA[How can if check if $nick is a botnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23528#p23528"><![CDATA[
For the current bot :<div class="codebox"><p>Code: </p><pre><code>if {$nick == $::botnick} {...}</code></pre></div>for all bot's (if the user has +b for example)<div class="codebox"><p>Code: </p><pre><code>set hand [nick2hand $nick]if {[matchattr $hand b]} {...}</code></pre></div>i havent tested it cos i'm too tired after work, but it should do the job<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Jul 15, 2003 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[minotaur]]></name></author>
		<updated>2003-07-15T15:54:41-04:00</updated>

		<published>2003-07-15T15:54:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23527#p23527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23527#p23527"/>
		<title type="html"><![CDATA[How can if check if $nick is a botnick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23527#p23527"><![CDATA[
One question how can i check if a variable like $nick is the Nick of the Current Bot or of an Bot in the Botnet?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3458">minotaur</a> — Tue Jul 15, 2003 3:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
