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

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

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

		<entry>
		<author><name><![CDATA[SmokeyOne]]></name></author>
		<updated>2003-11-10T03:59:05-04:00</updated>

		<published>2003-11-10T03:59:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29792#p29792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29792#p29792"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29792#p29792"><![CDATA[
well trying to use wcc's script to add a time list command just [censored] up, keeps giveing me text : no such var: invocted from within, so I guess I'm going to try this method.<br><br><br>i see the string matc -nocase , but wouldn't i need a string tolower command as well ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2530">SmokeyOne</a> — Mon Nov 10, 2003 3:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-09T06:59:40-04:00</updated>

		<published>2003-11-09T06:59:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29746#p29746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29746#p29746"/>
		<title type="html"><![CDATA[Re: I have the same quesiton as this.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29746#p29746"><![CDATA[
<blockquote class="uncited"><div>[snip]<br>Personaly I would like to know if adding a "pool" so to speak like this<br><br>set vfs_pool {<br>"*fileserver* trigger*"<br>"*Bandwidth Usage ** *Current, *Cap, *Record"<br>}<br>something to that effect.. I hope someone can help me with that<br><br>Later</div></blockquote>you can do that, make a notc bind matchin * , thin within the proc do a foreach loop, like <div class="codebox"><p>Code: </p><pre><code>foreach vf_pool $::vfs_pool {if {[string match -nocase $vf_pool $arg]} {#do voice... }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Nov 09, 2003 6:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmokeyOne]]></name></author>
		<updated>2003-11-09T01:11:30-04:00</updated>

		<published>2003-11-09T01:11:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29743#p29743</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29743#p29743"/>
		<title type="html"><![CDATA[Another Thought]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29743#p29743"><![CDATA[
I think what I'm going to do is try to modify WCC's VoiceFservs1.3 script to allow time inrevals of !list using the bind notc instead of pubmsg.  though I think I'm going to puke when trying to change around his code.  At the top of the script I have him full credit for the script and added info about that I modified it to allow doing these fucntions.  This is the only thing I can think of for this to work and to WCC if you have a updated email address lease post it here so i can email you the script so you can see the changes. and maybe make another release or help me fix theses settings, or anyone else on here that might be able to help me fix them. full credit goes to anyone and everyone that helps me with this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2530">SmokeyOne</a> — Sun Nov 09, 2003 1:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmokeyOne]]></name></author>
		<updated>2003-11-08T22:36:12-04:00</updated>

		<published>2003-11-08T22:36:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29742#p29742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29742#p29742"/>
		<title type="html"><![CDATA[I have the same quesiton as this.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29742#p29742"><![CDATA[
I was wondering, if it wouldn't it be easier to just add it to a pool ? instead of definding each bind notc would make the script a little neater.  Also for error checking for a list of people who's server doesn't display, would that be a memory allocation or can it check from a file ? just trying to figure out what would be better to use in this case.<br><br>Personaly I would like to know if adding a "pool" so to speak like this<br><br>set vfs_pool {<br>"*fileserver* trigger*"<br>"*Bandwidth Usage ** *Current, *Cap, *Record"<br>}<br>something to that effect.. I hope someone can help me with that<br><br>Later<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2530">SmokeyOne</a> — Sat Nov 08, 2003 10:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRaSH]]></name></author>
		<updated>2003-05-20T14:08:09-04:00</updated>

		<published>2003-05-20T14:08:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20438#p20438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20438#p20438"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20438#p20438"><![CDATA[
Thnx for the Help with this part,<br>Starting out to understand the basics of .tcl scripting<br><br>but how do i start setup the following with the same script<br><br>is it also posible to unvoice people who stop serving ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2769">TRaSH</a> — Tue May 20, 2003 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-20T10:44:25-04:00</updated>

		<published>2003-05-20T10:44:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20435#p20435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20435#p20435"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20435#p20435"><![CDATA[
You got it! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue May 20, 2003 10:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRaSH]]></name></author>
		<updated>2003-05-20T08:59:35-04:00</updated>

		<published>2003-05-20T08:59:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20429#p20429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20429#p20429"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20429#p20429"><![CDATA[
oh i see, (i Think)<br>so if i wanted that it checks every 15 minutes i have to add this to it<br><br>bind time - "00 *" do:list <br>bind time - "15 *" do:list <br>bind time - "30 *" do:list <br>bind time - "45 *" do:list<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2769">TRaSH</a> — Tue May 20, 2003 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-05-20T08:57:05-04:00</updated>

		<published>2003-05-20T08:57:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20428#p20428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20428#p20428"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20428#p20428"><![CDATA[
<blockquote class="uncited"><div>okay so if i would like to have the bot do a !list every 15 minutes and voice people who are runnig a fserver<br><br>bind time - "15 *" do:list</div></blockquote>That's NOT what he said... the mask in the time bind is matched against the minutes, hours, days etc, so using only that one bind would make it trigger 15 minutes past every hour.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue May 20, 2003 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRaSH]]></name></author>
		<updated>2003-05-20T08:40:17-04:00</updated>

		<published>2003-05-20T08:40:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20427#p20427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20427#p20427"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20427#p20427"><![CDATA[
okay so if i would like to have the bot do a !list every 15 minutes and voice people who are runnig a fserver<br><br>bind time - "15 *" do:list <br><br>proc do:list {min hour day month year} { <br>putserv "PRIVMSG #channel :!list" <br>} <br><br>bind notc * "*File Server*Trigger*" give:voice <br>bind notc * "*Fserve Active*Trigger*" give:voice <br><br>proc give:voice {nick uhost hand chan args} { <br>if {[botisop $chan] &amp;&amp; ![isvoice $nick $chan]} { <br>pushmode $chan +v $nick <br>} <br>}<br><br>but is it also posible to unvoice people who stop serving ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2769">TRaSH</a> — Tue May 20, 2003 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-20T06:44:34-04:00</updated>

		<published>2003-05-20T06:44:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20424#p20424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20424#p20424"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20424#p20424"><![CDATA[
? stands for an number 0 to 6 (in this case) and for a 15 minutes should be something like:<div class="codebox"><p>Code: </p><pre><code>bind time - "00 *" do:listbind time - "15 *" do:listbind time - "30 *" do:listbind time - "45 *" do:list</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue May 20, 2003 6:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRaSH]]></name></author>
		<updated>2003-05-20T06:24:46-04:00</updated>

		<published>2003-05-20T06:24:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20417#p20417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20417#p20417"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20417#p20417"><![CDATA[
could you explain to me more about the timing of it<br>if<br>bind time - "?0 *" do:list<br>is 10 minutes what would be 15 ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2769">TRaSH</a> — Tue May 20, 2003 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-19T13:42:18-04:00</updated>

		<published>2003-05-19T13:42:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20400#p20400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20400#p20400"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20400#p20400"><![CDATA[
use the bind time exactly like this:<div class="codebox"><p>Code: </p><pre><code>bind time - "?0 *" do:list </code></pre></div>for a 10 minutes !list command on channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 19, 2003 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TRaSH]]></name></author>
		<updated>2003-05-19T05:10:53-04:00</updated>

		<published>2003-05-19T05:10:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20387#p20387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20387#p20387"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20387#p20387"><![CDATA[
So If i wanted to only respond on silent Fservers,<br>and do a List every 10 minutes<br>i whould do something like this ? (Sorry i'm not really into scripting).<br><br>bind time - "10 *" do:list <br><br>proc do:list {min hour day month year} { <br>  putserv "PRIVMSG #channel :!list" <br>} <br><br>bind notc * "*File Server*Trigger*" give:voice <br>bind notc * "*Fserve Active*Trigger*" give:voice <br><br>proc give:voice {nick uhost hand chan args} { <br>  if {[botisop $chan] &amp;&amp; ![isvoice $nick $chan]} { <br>    pushmode $chan +v $nick <br>  } <br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2769">TRaSH</a> — Mon May 19, 2003 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-19T04:52:53-04:00</updated>

		<published>2003-05-19T04:52:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20386#p20386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20386#p20386"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20386#p20386"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm * "*File Server*Trigger*" give:voicebind pubm * "*Fserve Active*Trigger*" give:voiceproc give:voice {nick uhost hand chan args} {  if {[botisop $chan] &amp;&amp; ![isvoice $nick $chan]} {    pushmode $chan +v $nick  }}</code></pre></div>should work..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 19, 2003 4:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2003-05-17T05:05:31-04:00</updated>

		<published>2003-05-17T05:05:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20306#p20306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20306#p20306"/>
		<title type="html"><![CDATA[Looking For Special Voice Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20306#p20306"><![CDATA[
Currently this is another script i am working on Aniverse. I know that Tiver in #rg has a script, self scripted by the owner, FalconX, that is fully operational. <br><br>He basically uses lots of different notc binds (no pubm binds as in channel advertising isnt allowed) with all the different fserve versions. If yu get the standard headers from the different and most popular fserve scripts, and then bind it to the first word or two of the first message given out, and that should work. <br><br>time bind will be needed first, to get the bot to keep !listing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Hope that helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Sat May 17, 2003 5:05 am</p><hr />
]]></content>
	</entry>
	</feed>
