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

	<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-07-06T15:12:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-07-06T15:12:07-04:00</updated>

		<published>2003-07-06T15:12:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23146#p23146</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23146#p23146"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23146#p23146"><![CDATA[
yes this method works but it isnt visible for +m users only it is visible for anybody in the party line .<br><br>is it possible tu add a flag condition on a putlog ? or something like putdcc m ..... will do fine ?<br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Sun Jul 06, 2003 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-06T14:05:05-04:00</updated>

		<published>2003-07-06T14:05:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23140#p23140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23140#p23140"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23140#p23140"><![CDATA[
add this code:<div class="codebox"><p>Code: </p><pre><code>putlog "retook voice from $vict in $chan"</code></pre></div>under the <strong class="text-strong">putserv "NOTICE...."</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 06, 2003 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-07-06T12:50:28-04:00</updated>

		<published>2003-07-06T12:50:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23139#p23139</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23139#p23139"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23139#p23139"><![CDATA[
forget one thing .........<br><br>when the voice is retaken from a user i`d like the bot to simpley show it in the partyline to all +m users like " i take back the voice on $chan from $nick<br><br><br>thanks<br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Sun Jul 06, 2003 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-07-06T03:33:47-04:00</updated>

		<published>2003-07-06T03:33:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23113#p23113</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23113#p23113"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23113#p23113"><![CDATA[
it works great thanks a lot<br><br>btw Sir_Fz i did search the tcl archives and the forum bit no voice tcl or anything like that offers that fonction <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanks again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Sun Jul 06, 2003 3:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-06T01:59:53-04:00</updated>

		<published>2003-07-06T01:59:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23108#p23108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23108#p23108"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23108#p23108"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +v" channel:voiceproc channel:voice {nick uhost hand chan mc vict} {  if {![botisop $chan] || $nick != "X"} {    return  }  pushmode $chan -v $vict  putserv "NOTICE $vict :Identify yourself and use the voice system provided by me."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jul 06, 2003 1:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-05T19:38:08-04:00</updated>

		<published>2003-07-05T19:38:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23100#p23100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23100#p23100"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23100#p23100"><![CDATA[
its like u want the bot to be the services in your channel, but only for voice... try finding a similar script in the tcl archive of this webbi or do a forum search.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 05, 2003 7:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-07-05T17:52:32-04:00</updated>

		<published>2003-07-05T17:52:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23086#p23086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23086#p23086"/>
		<title type="html"><![CDATA[voice retake]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23086#p23086"><![CDATA[
Hi everybody !<br><br>I wonder if it is possible to force user to voice themselves only by the eggdrop i.e. if a user enter a chan where my egg is sitting and ask the channel service ( X undernet) to voice him the egg respond by taking back is voice and notify the user to ident himself to the egg and use the voice system provided by the egg<br><br>thanks <br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Sat Jul 05, 2003 5:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
