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

	<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>2005-05-02T09:49:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-02T09:49:28-04:00</updated>

		<published>2005-05-02T09:49:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48885#p48885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48885#p48885"/>
		<title type="html"><![CDATA[OnJoin Op in Different Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48885#p48885"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * ChecknOpproc ChecknOp {nick uhost hand chan} { if {[string equal -nocase #game $chan] &amp;&amp; [onchan $nick #gameops] &amp;&amp; [botisop $chan]} {  pushmode $chan +o $nick } elseif {[string equal -nocase #gameops $chan] &amp;&amp; [onchan $nick #game] &amp;&amp; [botisop #game]} {  pushmode #game +o $nick }}</code></pre></div>This should do it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon May 02, 2005 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wyld]]></name></author>
		<updated>2005-05-02T02:29:12-04:00</updated>

		<published>2005-05-02T02:29:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48853#p48853</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48853#p48853"/>
		<title type="html"><![CDATA[OnJoin Op in Different Channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48853#p48853"><![CDATA[
Okay, here is the simple idea.<br><br>#game and #gameops<br><br>1) If user joins #game and is in #gameops, then op user in #game<br>2) If user joins #gameops, and is in #game, then op user in #game<br><br>Thats it.  We use a +s passworded channel for ops, so it's a nice simple and dynamic way to control who and how people get ops in our game channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6181">wyld</a> — Mon May 02, 2005 2:29 am</p><hr />
]]></content>
	</entry>
	</feed>
