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

	<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-07-29T13:15:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2005-07-29T13:15:26-04:00</updated>

		<published>2005-07-29T13:15:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53471#p53471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53471#p53471"/>
		<title type="html"><![CDATA[Protection for this addop script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53471#p53471"><![CDATA[
Ok, well this is part of my script:<br><div class="codebox"><p>Code: </p><pre><code>proc h:addop:msg {nick host hand chan text} {         set user [lindex $text 0]      set address "*!*@[lindex [split [getchanhost $user] "@"] 1]"      if {[string match -nocase $text ""]} {      return 0   }      if {![onchan $text $chan]} {      return 0     }     addhost Op $addressputquick "MODE $chan +o $user"}</code></pre></div>Ok so, now I want to make it so if the person's address deops 3 people in the channel, I want it to delhost them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Fri Jul 29, 2005 1:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
