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

	<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>2011-01-25T00:05:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[thommey]]></name></author>
		<updated>2011-01-25T00:05:56-04:00</updated>

		<published>2011-01-25T00:05:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95834#p95834</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95834#p95834"/>
		<title type="html"><![CDATA[inverted flags?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95834#p95834"><![CDATA[
How do you know, on join, if a person is an op? Is your Eggdrop the only bot responsible for handing out those op rights? If it is, then you can just bind join - * and check in the proc (if {[matchattr $hand o|o $chan]} { return 0 } at the beginning to prevent execution of the rest of it). In case your bot is not the only bot giving access rights, it can't know if someone is to become an op within a few seconds after the join (join is before op), so you could initiate a timer to msg them and cancel it when they receive op (bind mode).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9830">thommey</a> — Tue Jan 25, 2011 12:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cvanmeer]]></name></author>
		<updated>2011-01-24T17:51:41-04:00</updated>

		<published>2011-01-24T17:51:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95831#p95831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95831#p95831"/>
		<title type="html"><![CDATA[inverted flags?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95831#p95831"><![CDATA[
Hello everyone,<br><br>I am in need of assistance....I want to build a script that will message every user on join...the only catch is...the op's must not be msg'd<br><br>so in stead of doing a <br>bind join - * procname<br><br>I would need something like an inverted flag like<br>bind join -o * procname<br><br>is that possible somehow? I've tried to use the [isop] command, but that doesn't work too well with a 'bind join'<br><br>in a nutshell: msg a user onjoin, but not if he/she's an op.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4215">cvanmeer</a> — Mon Jan 24, 2011 5:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
