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

	<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>2004-08-20T14:49:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-20T14:49:32-04:00</updated>

		<published>2004-08-20T14:49:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39945#p39945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39945#p39945"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39945#p39945"><![CDATA[
I think that little piece of code should work, theres nothing wrong with it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>There can be nothing simpler than that, it is reduced to the total basics, woman.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br><br>Oops, actually the usage was: <div class="codebox"><p>Code: </p><pre><code>Usage: !botmail &lt;nick&gt; &lt;message&gt;</code></pre></div>I accidently made the trigger !botnick, mistakenly in a hurry.<br>Use the trigger !botmail that should work!  <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 <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Aug 20, 2004 2:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-20T14:37:32-04:00</updated>

		<published>2004-08-20T14:37:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39944#p39944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39944#p39944"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39944#p39944"><![CDATA[
Thanks for the help but it didn't work.  Can you think of a simpler script that would just do as I need without all the extra "stuff".  I mean someone out there has to be able to write a simple script for this.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Come on help a "BABE" out here boys .. well or girls lol<p>Statistics: Posted by Guest — Fri Aug 20, 2004 2:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-20T09:59:57-04:00</updated>

		<published>2004-08-20T09:59:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39931#p39931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39931#p39931"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39931#p39931"><![CDATA[
Here, enjoy babe!<br><div class="codebox"><p>Code: </p><pre><code>Usage: !botnick &lt;nick&gt; &lt;message&gt;</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind pub - !botmail my:procedureproc my:procedure {nick uhost hand chan text} { putquick "PRIVMSG [lindex $text 0] :[lrange $text 1 end]"}</code></pre></div>If you want only OPS to use it then use:<br> if {([isop [lindex $text 0] $chan])} {<br>or<br> bind pub o !botmail my:procedure (#Only for users with +o flag in the bot)<br><br>If you want only VOICES to use it then use:<br> if {([isvoice [lindex $text 0] $chan])} {<br>or<br>bind pub v !botmail my:procedure (#Only for users with +v flag in the bot)<br><br>If you want OPS and VOICES both to use it then:<br> if {([isop [lindex $text 0] $chan]) || ([isvoice [lindex $text 0] $chan])} {<br><br>If you want every user to use it then, use the bind without any flag:<br>bind pub - !botmail my:procedure<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Aug 20, 2004 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-20T08:44:16-04:00</updated>

		<published>2004-08-20T08:44:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39929#p39929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39929#p39929"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39929#p39929"><![CDATA[
I've done just that for two days before posting in the forum.  I simply need a script that will say one line of text on a public command for all users.   <br><br>ie:  !botmail .. would trigger this line of text   To send botmail /msg botmail send &lt;nick&gt; &lt;message&gt;.  <br><br>There is nothing in all of the scripts I've looked at that can do just this one simple little thing without a load of other "commands".  The tell1.tcl can do this but its limited to those who are voiced.  <br><br>Thank you for your reply.<p>Statistics: Posted by Guest — Fri Aug 20, 2004 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-20T06:03:37-04:00</updated>

		<published>2004-08-20T06:03:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39927#p39927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39927#p39927"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39927#p39927"><![CDATA[
Search the tcl script archive! <a href="http://www.egghelp.org/tcl.htm" class="postlink">www.egghelp.org/tcl.htm</a>  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>You can find many public commands and channel tool scripts which give users certain access levels, and you can perform commands based on those levels, they also list helps for each users access.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Aug 20, 2004 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-19T22:29:37-04:00</updated>

		<published>2004-08-19T22:29:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39923#p39923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39923#p39923"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39923#p39923"><![CDATA[
I did exactly as you suggested.  It still doesn't work.  Does anyone know of a simple script that would allow users to access a simple few help commands? All the other public command scripts are a bit too intense for what I need.  <br><br>Thanks for the help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Thu Aug 19, 2004 10:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2004-08-19T21:58:09-04:00</updated>

		<published>2004-08-19T21:58:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39922#p39922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39922#p39922"/>
		<title type="html"><![CDATA[Re: is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39922#p39922"><![CDATA[
<blockquote class="uncited"><div>Can anyone help with changing the is onvoice so that this command will work for anyone in channel.. not just those with +v??  Thanks.</div></blockquote>Simply remove the test for isvoice?<br><div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $tnick : To send bot mail type /msg botmail send nick message" pushmode $chan -v $tnick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Aug 19, 2004 9:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-19T08:32:49-04:00</updated>

		<published>2004-08-19T08:32:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39916#p39916</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39916#p39916"/>
		<title type="html"><![CDATA[is onvoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39916#p39916"><![CDATA[
Can anyone help with changing the is onvoice so that this command will work for anyone in channel.. not just those with +v??  Thanks.<br><br><br><br># Here you can write msg, which show when you use !botmail command.<br>        if {[isvoice $tnick $chan]} { puthelp "NOTICE $tnick : To send bot mail type /msg botmail send nick message" }<br>        if {[isvoice $tnick $chan]} { pushmode $chan -v $tnick }<p>Statistics: Posted by Guest — Thu Aug 19, 2004 8:32 am</p><hr />
]]></content>
	</entry>
	</feed>
