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

	<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-02-06T10:11:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-06T10:11:00-04:00</updated>

		<published>2002-02-06T10:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4337#p4337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4337#p4337"/>
		<title type="html"><![CDATA[Voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4337#p4337"><![CDATA[
This script was made for me by my friend.<br><br>It simply voices everyone who joins the channel 10secs after they have joined.<br><br>It's a great script bc it allows you to store hosts you dont want the bot to give voice. Pretty neat for controlling flooders in your channel.<br><br>stdragon also helped add in the delay of 10secs before the bot would voice anyone who just joined the channel.<br><br>hope this helps you..<br><br>here's the code...<br><br>#################################auto-voice#############################<br># before loading this script make a user<br># called "novoice" that contains the hostmasks<br># that you don't wish to have +v in the channel<br>#<br>bind join - * oj_voice<br>proc oj_voice {nick uhost hand chan} {<br>if {$hand != "novoice"} { utimer 10 [list pushmode $chan +v $nick] }<br>return 0<br>}<br>putlog "loaded =AutoVoice= created by _andy updated by RoCkY, stdragon"<br><p>Statistics: Posted by Guest — Wed Feb 06, 2002 10:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2002-01-29T18:32:00-04:00</updated>

		<published>2002-01-29T18:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4170#p4170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4170#p4170"/>
		<title type="html"><![CDATA[Voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4170#p4170"><![CDATA[
<blockquote class="uncited"><div>On 2002-01-27 03:51, dlined- wrote:<br>Does anybody know where I can get a voice script with pause, that voices everybody on a specific channel?<br><br>There is one but it voices on every channel from FireEgl <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>Thanks! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br>The used to be a .tcl here on slennox's .tcl page that would voice people on a specified channel and not everyone the bot is on.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Tue Jan 29, 2002 6:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-27T06:51:00-04:00</updated>

		<published>2002-01-27T06:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4102#p4102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4102#p4102"/>
		<title type="html"><![CDATA[Voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4102#p4102"><![CDATA[
Does anybody know where I can get a voice script with pause, that voices everybody on a specific channel?<br><br>There is one but it voices on every channel from FireEgl <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>Thanks! <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 Guest — Sun Jan 27, 2002 6:51 am</p><hr />
]]></content>
	</entry>
	</feed>
