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

	<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>2009-02-11T18:24:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-11T18:24:42-04:00</updated>

		<published>2009-02-11T18:24:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87355#p87355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87355#p87355"/>
		<title type="html"><![CDATA[How can I make the bot check if someone is halfop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87355#p87355"><![CDATA[
Hi again,<br><br>I don't need help anymore, I discovered the right command. For those who were used to *.mrc language (which used the command "if $nick ishop"), I'll put here the equivalent in TCL:<br><div class="codebox"><p>Code: </p><pre><code>if { ([ishalfop $nick $chan]) == 1 } { procedure }</code></pre></div>See ya  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10430">Fill</a> — Wed Feb 11, 2009 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-11T17:46:56-04:00</updated>

		<published>2009-02-11T17:46:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87353#p87353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87353#p87353"/>
		<title type="html"><![CDATA[How can I make the bot check if someone is halfop?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87353#p87353"><![CDATA[
OK guys, I need your help *again* <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>I'm making a script for those who are +v +h +a and +q, so I'm using these conditions<br><br>if { ([isvoice $nick $chan]) || ([isop $nick $chan]) } { procedure }<br><br>I tried "ishop $nick $chan", but it doesn't work. How can I have an "if" for halfops? I have already set the opchars in my *.conf file to ~&amp;@% (halfop is %), but isop is still NOT working with halfops.<br><br>What do you suggest me?<br><br>Thanks in advance,<br>Fill.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10430">Fill</a> — Wed Feb 11, 2009 5:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
