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

	<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>2008-06-25T03:17:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BadExample]]></name></author>
		<updated>2008-06-25T03:17:42-04:00</updated>

		<published>2008-06-25T03:17:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83714#p83714</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83714#p83714"/>
		<title type="html"><![CDATA[mass message script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83714#p83714"><![CDATA[
The script is awesome. Thankyou !!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9982">BadExample</a> — Wed Jun 25, 2008 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-20T22:51:43-04:00</updated>

		<published>2008-06-20T22:51:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83668#p83668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83668#p83668"/>
		<title type="html"><![CDATA[mass message script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83668#p83668"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># set your main channel message herevariable yourmainmessage "\002PPEPARE TO FEEL THE POWER OF VOICE!\002"# set your voice message herevariable yourvoicemessage "I've noticed you have voice. Feel privileged, but no power, sorry.. heh"# set your channel herevariable yourvoicechannel "#yourchan"# set your timer delay herevariable yourvoicetimer "1440"# messageproc voicemessage { } {# channelputserv "privmsg $::yourvoicechannel :$::yourmainmessage"foreach nick [chanlist $::yourvoicechannel] {if {[isvoice $nick $::yourvoicechannel]} {# voiced nickputhelp "notice $nick :$::yourvoicemessage"}}# re-invoke timer to keep procedure runningtimer $::yourvoicetimer voicemessage}# invoke timer to initially start the proceduretimer $yourvoicetimer voicemessage</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Jun 20, 2008 10:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BadExample]]></name></author>
		<updated>2008-06-20T05:23:53-04:00</updated>

		<published>2008-06-20T05:23:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83654#p83654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83654#p83654"/>
		<title type="html"><![CDATA[mass message script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83654#p83654"><![CDATA[
Hello. I have a script who put once at 24 hours a notice to a channel. I need to put a mass message only to voice users (+v) after he put that notice, in a  2-3 seconds interval for each voice user. Can somebody please help me with that ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9982">BadExample</a> — Fri Jun 20, 2008 5:23 am</p><hr />
]]></content>
	</entry>
	</feed>
