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

	<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-08-30T12:51:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guest]]></name></author>
		<updated>2005-08-30T01:44:23-04:00</updated>

		<published>2005-08-30T01:44:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55026#p55026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55026#p55026"/>
		<title type="html"><![CDATA[mass op script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55026#p55026"><![CDATA[
thanx lads <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4435">guest</a> — Tue Aug 30, 2005 1:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-08-30T12:51:29-04:00</updated>

		<published>2005-08-29T15:35:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55007#p55007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55007#p55007"/>
		<title type="html"><![CDATA[mass op script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55007#p55007"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub m|m !up up:all proc up:all {nick uhost hand chan txt} {   if {![botisop $chan]} {    putserv "PRIVMSG $chan :I'm not oped, I can't continue!"    return  }  if {[string equal -nocase "all" [lindex [split $txt] 0]]} {     foreach n [chanlist $chan] {      if {[isbotnick $nick] || [isop $nick $chan]} {        continue      }      pushmode $chan +o $n     }     flushmode $chan    } else {    if {[isop $nick $chan]} {      putserv "PRIVMSG $chan :You are already UP!"      } else {      pushmode $chan +o $nick    }  }}</code></pre></div>I'd go for a !up or something like this because I doubt you want to op all people accidentaly. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Aug 29, 2005 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-08-29T10:48:38-04:00</updated>

		<published>2005-08-29T10:48:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54994#p54994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54994#p54994"/>
		<title type="html"><![CDATA[mass op script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54994#p54994"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - up up:allproc up:all {nick uhost hand chan arg} { if {[string equal -nocase all [lindex [split $arg] 0]] &amp;&amp; [matchattr $hand m]} {  foreach n [chanlist $chan] {   pushmode $chan +o $n  } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Aug 29, 2005 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guest]]></name></author>
		<updated>2005-08-29T09:42:48-04:00</updated>

		<published>2005-08-29T09:42:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54992#p54992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54992#p54992"/>
		<title type="html"><![CDATA[mass op script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54992#p54992"><![CDATA[
Hey i'd like my eggdrop to give ops to all unoped users<br>with a command like "up all" and it gives @ to all and only <br>botmasters could use it, could u plz write down a snippet.<br><br>thnx in advance!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4435">guest</a> — Mon Aug 29, 2005 9:42 am</p><hr />
]]></content>
	</entry>
	</feed>
