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

	<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-10-28T09:54:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-10-28T09:54:51-04:00</updated>

		<published>2005-10-28T09:54:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56882#p56882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56882#p56882"/>
		<title type="html"><![CDATA[Anouncement script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56882#p56882"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n !announceon announce:onbind pub n !announceoff announce:offproc announce:on {nick uhost hand chan arg} { foreach n [chanlist $chan] {  if {[isbotnick $n] || [matchattr [nick2hand $n] n]} {continue}  if {[isop $n $chan]} { pushmode $chan -o $n }  if {[isvoice $n $chan]} { pushmode $chan -v $n } } puthelp "PRIVMSG ChanServ :LEVELS $chan SET autovoice 1"}proc announce:off {nick uhost hand chan arg} { foreach n [chanlist $chan] {  if {![isvoice $n $chan]} { pushmode $chan +v $n } }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Oct 28, 2005 9:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FIR[3]]]></name></author>
		<updated>2005-10-26T16:38:06-04:00</updated>

		<published>2005-10-26T16:38:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56854#p56854</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56854#p56854"/>
		<title type="html"><![CDATA[Anouncement script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56854#p56854"><![CDATA[
I need a script where I can devoice and deop everyone in the channel except for me and bot to make anouncements. Also a chanserv command to /msg chanserv LEVELS #channel SET autovoice 1. I also need the script to be able to !anounceoff to revoice everyone and I can manually op everyone again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6897">FIR[3]</a> — Wed Oct 26, 2005 4:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
