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

	<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>2003-04-27T12:53:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[THUGNATURE]]></name></author>
		<updated>2003-04-27T12:53:41-04:00</updated>

		<published>2003-04-27T12:53:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19517#p19517</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19517#p19517"/>
		<title type="html"><![CDATA[thx]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19517#p19517"><![CDATA[
thx for the code ill try it soon  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2983">THUGNATURE</a> — Sun Apr 27, 2003 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-27T06:12:16-04:00</updated>

		<published>2003-04-27T06:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19497#p19497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19497#p19497"/>
		<title type="html"><![CDATA[how do i make this in to public command works in dcc chat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19497#p19497"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub !mass_deop proc_name ;# Public command, !mass_deop &lt;channel&gt;proc proc_name {nick uhost handle channel arg} {  if {![validchan $arg]} {    putserv "NOTICE $nick :Invalid channel; $arg"    return 0  }  mass:deop $arg}proc mass:deop {channel} {   global limbomode   if {$limbomode} {return 0}  foreach user [chanlist $channel] {    if {[isbotnick $user] || ![isop $user $channel] ||        [matchattr [nick2hand $nick $channel] Abn|n $channel]} {continue}    pushmode $channel -o $user  }}</code></pre></div>Hope that helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Sun Apr 27, 2003 6:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[THUGNATURE]]></name></author>
		<updated>2003-04-22T13:10:03-04:00</updated>

		<published>2003-04-22T13:10:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19338#p19338</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19338#p19338"/>
		<title type="html"><![CDATA[how do i make this in to public command works in dcc chat]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19338#p19338"><![CDATA[
proc mass:deop {chan} {<br> global limbomode modes-per-line<br> if {$limbomode} {<br>  return 0<br> }<br> set type [rand 4]<br> set nicks ""<br> foreach nick [getnicks $chan $type] {<br>  if {(![isbotnick $nick]) &amp;&amp; ([isop $nick $chan]) &amp;&amp; (![matchattr [nick2hand $nick $chan] n|n $chan]) &amp;&amp; (![matchattr [nick2hand $nick $chan] b]) &amp;&amp; (![matchattr [nick2hand $nick $chan] A])} {<br>   append nicks "$nick "<br>   if {[llength $nicks] &gt;= ${modes-per-line}} {<br>    putquick "MODE $chan -oooooo $nicks"<br>    set nicks ""<br>   }<br>  }<br> }<br> if {$nicks != ""} {<br>  putquick "MODE $chan -oooooo $nicks"<br> }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2983">THUGNATURE</a> — Tue Apr 22, 2003 1:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
