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

	<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-05-22T13:33:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-22T13:33:49-04:00</updated>

		<published>2004-05-22T13:33:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36527#p36527</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36527#p36527"/>
		<title type="html"><![CDATA[how to check if oped user matches bots +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36527#p36527"><![CDATA[
Yepp that's it, thx a lot =)<p>Statistics: Posted by Guest — Sat May 22, 2004 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-05-22T13:13:50-04:00</updated>

		<published>2004-05-22T13:13:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36526#p36526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36526#p36526"/>
		<title type="html"><![CDATA[how to check if oped user matches bots +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36526#p36526"><![CDATA[
Maybe this will help:<div class="codebox"><p>Code: </p><pre><code>bind mode - * checkopproc checkop { nick uhost hand chan mode victim } {  if {$mode == "+o"} then {    set opped [nick2hand $victim]    if {[matchattr $opped o|o $chan]} then {      YOUR CODE    }  }  return 0} ;# checkop</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sat May 22, 2004 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-22T09:26:30-04:00</updated>

		<published>2004-05-22T09:26:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36521#p36521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36521#p36521"/>
		<title type="html"><![CDATA[how to check if oped user matches bots +o]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36521#p36521"><![CDATA[
I'm trying to learn tcl but I need some help =)<br><br>how can I make a little script that when someone get oped it checks if the oped guy have o|o on the bot. I figured out how I can check if the guy that give op have a certain flag, but not the one getting oped. And if he got the flag I will do some stuff with him, but that's not the problem for now. =)<br><br><br>regards<br>MMore<p>Statistics: Posted by Guest — Sat May 22, 2004 9:26 am</p><hr />
]]></content>
	</entry>
	</feed>
