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

	<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>2002-04-15T22:45:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-15T22:45:00-04:00</updated>

		<published>2002-04-15T22:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6236#p6236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6236#p6236"/>
		<title type="html"><![CDATA[A simple question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6236#p6236"><![CDATA[
u can't ! <br>Make a script<br><br>see this <br><br>proc dcc_massdeop {hand idx arg} {<br>global botnick<br>if {[llength $arg] != 1} { putdcc $idx "Usage : .massdeop &lt;#chan&gt;" ; return 0}<br>set chan [lindex $arg 0]<br>if {![validchan $chan]} {putdcc $idx "I'm not on $chan." ; return 0}<br>if {![botisop $chan]} {return 0}<br>if {![matchattr $hand m|m $chan]} {putdcc $idx "u need to be a master on $chan." ; return 0}<br>set deoplist ""<br>set loop 0<br>foreach chanuser [chanlist $chan] {<br>if {[isop $chanuser $chan] &amp;&amp; $chanuser != $botnick} {<br>set whohand [nick2hand $chanuser $chan]<br>if {![matchattr $whohand o|o $chan]} {lappend deoplist $chanuser ; set loop [expr $loop + 1]}<br>}<br>      if {$loop == 6} { putserv "MODE $chan -oooooo $deoplist" ; set deoplist "" ; set loop 0 } <br>}<br>putserv "MODE $chan -oooooo $deoplist" <br>return 0<br>}<p>Statistics: Posted by Guest — Mon Apr 15, 2002 10:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-11T13:33:00-04:00</updated>

		<published>2002-04-11T13:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6138#p6138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6138#p6138"/>
		<title type="html"><![CDATA[A simple question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6138#p6138"><![CDATA[
How do I deop all from a channel??<br><br><p>Statistics: Posted by Guest — Thu Apr 11, 2002 1:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
