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

	<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-11-18T03:10:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[xamrex]]></name></author>
		<updated>2008-11-18T03:10:05-04:00</updated>

		<published>2008-11-18T03:10:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85857#p85857</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85857#p85857"/>
		<title type="html"><![CDATA[Problem with script (voiceme)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85857#p85857"><![CDATA[
Again this same...<br>Now I tryied <br>set vchan "#up.et"<br>Bot answered<br><strong class="text-strong">I do not see you on #up.et<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">(((</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10238">xamrex</a> — Tue Nov 18, 2008 3:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-11-17T18:33:56-04:00</updated>

		<published>2008-11-17T18:33:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85850#p85850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85850#p85850"/>
		<title type="html"><![CDATA[Re: Problem with script (voiceme)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85850#p85850"><![CDATA[
<blockquote class="uncited"><div>I downloaded <strong class="text-strong">viceme </strong>script<br>And I changed <strong class="text-strong">set vchan #channel</strong><br>to <strong class="text-strong">set vchan #up.et</strong> (my chan)<br>And when Someone is on my chan, and write to bot voiceme<br>Bot is answering: <strong class="text-strong">I do not see you on</strong><br>BUT I AM ON THIS CHANNEL!!<br><br>Can someone test this script?</div></blockquote>Most likely the problem is the lack of double quotation marks around the channel name. The dot (period) in the channel name is misread without them.<div class="codebox"><p>Code: </p><pre><code>set vchan "#up.et"</code></pre></div>This should work better.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon Nov 17, 2008 6:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xamrex]]></name></author>
		<updated>2008-11-17T11:31:41-04:00</updated>

		<published>2008-11-17T11:31:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85847#p85847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85847#p85847"/>
		<title type="html"><![CDATA[Problem with script (voiceme)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85847#p85847"><![CDATA[
I downloaded <strong class="text-strong">viceme </strong>script<br><div class="codebox"><p>Code: </p><pre><code>## VoiceMe script## Version 1.0 (My first public script) Wish me luck :P## So the script voices users when they request it to a bot /msg &lt;Botnick&gt; voiceme## And it devoice users when they type /msg &lt;BotNick&gt; devoiceme ## And after a period of time (that can be set in settings current is 30 minutes) ## it devoices all users that not talked on channel for 30 minutes## Have fun using my script ## Made by Silviu &lt;Silviu@Deva.Rdsnet.Ro&gt;##     Example## /msg Bot voiceme #channel## [00:00:00] * Bot sets mode: +v MyNick## Then i get a notice from the Bot## [00:00:00] -Bot- Have fun and so on, If you do not need voice anymore use /msg Bot devoiceme## /msg Bot devoiceme #channel## [00:00:00] * Bot sets mode: -v MyNick## Then i get a notice from the Bot## [00:00:00] -Bot- If u want later to get +v use /msg Bot voiceme##     Commands## /msg &lt;Botnick&gt; voiceme## /msg &lt;Botnick&gt; devoiceme##     Settings## The channel where you want the script to be activeset vchan #channel## The time you want to let the users with voice status in minutesset vtime 30## The time for the bot to check the channel in minutesset vchecktime 1## Now the script :))## If u change something it will be on your own risk !!!if {![string match "*idle:devoice*" [timers]]} { timer $vchecktime idle:devoice }proc idle:devoice {} {global vchan vtime vchecktimeforeach user [chanlist $vchan] {        if {[getchanidle $user $vchan] &gt; $vtime} {if { [isvoice $user $vchan] } { pushmode $vchan -v $user }}}        timer $vchecktime idle:devoice}bind msg - voiceme msg:voicemeproc msg:voiceme { nick host hand text } {global vchan        global botnickif {![onchan $nick $vchan]} {puthelp "NOTICE $nick :I do not see you on $vchan"return 0}if {![string match -nocase "*.undernet.org" $host]} {puthelp "NOTICE $nick :You do not have +x mode. Only *.users.undernet.org can get +v on $vchan"return 0}if {[isvoice $nick $vchan]} {puthelp "NOTICE $nick :You already have +v on $vchan. If you do not need use /msg $botnick devoiceme"return 1}pushmode $vchan +v $nickputhelp "NOTICE $nick :Have fun and so on, If you do not need voice anymore use /msg $botnick devoiceme"return 1}bind msg - devoiceme msg:devoicemeproc msg:devoiceme { nick host hand text } {        global vchan        global botnick        if {![onchan $nick $vchan]} {                puthelp "NOTICE $nick :I can not see you on $vchan"                return 0        }if {![isvoice $nick $vchan]} {puthelp "NOTICE $nick :You do not have +v on $vchan. If u want to get voice type /msg $botnick voiceme"return 0}pushmode $vchan -v $nick        puthelp "NOTICE $nick :If u want later to get +v use /msg $botnick voiceme"}putlog "VoiceMe script v. 1.0 by Silviu loaded succesfully for any bugs , comments mail &lt;Silviu@Deva.Rdsnet.Ro&gt;"</code></pre></div><br>And I changed <strong class="text-strong">set vchan #channel</strong><br>to <strong class="text-strong">set vchan #up.et</strong> (my chan)<br>And when Someone is on my chan, and write to bot voiceme<br>Bot is answering: <strong class="text-strong">I do not see you on</strong><br>BUT I AM ON THIS CHANNEL!!<br><br>Can someone test this script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10238">xamrex</a> — Mon Nov 17, 2008 11:31 am</p><hr />
]]></content>
	</entry>
	</feed>
