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

	<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>2006-01-26T20:20:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Random]]></name></author>
		<updated>2006-01-26T20:20:44-04:00</updated>

		<published>2006-01-26T20:20:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59768#p59768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59768#p59768"/>
		<title type="html"><![CDATA[New users not allowed to call scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59768#p59768"><![CDATA[
Woot! it works!<br>Thanks a load <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7289">Random</a> — Thu Jan 26, 2006 8:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-01-26T19:55:53-04:00</updated>

		<published>2006-01-26T19:55:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59767#p59767</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59767#p59767"/>
		<title type="html"><![CDATA[New users not allowed to call scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59767#p59767"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o|o [cmdchar]vote pub_vote</code></pre></div>This means the bind will trigger only when users with a global or chan-specific +o flag send *vote to the channel, if you want everybody to be able to use it then change <strong class="text-strong">o|o</strong> to <strong class="text-strong">-</strong>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jan 26, 2006 7:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Random]]></name></author>
		<updated>2006-01-26T19:41:12-04:00</updated>

		<published>2006-01-26T19:41:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59766#p59766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59766#p59766"/>
		<title type="html"><![CDATA[New users not allowed to call scripts?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59766#p59766"><![CDATA[
I have an eggdrop bot setup, and it's running nicely enough - except that it seems as though most users cannot run a script I have installed.<br><br>The script is the Quickvote v1.02 script, and normally to get usage info you type *vote into the channel, and can then vote with like *vote votehere, and similar.<br>This works fine for me (bot owner) and a friend who's got auto ops, but for some reason doens't seem to work at all (*vote gives no response) to people just joined. Saying hello to the bot, setting a password, or registering with the nickserv make no difference.<br><br>I *have* noticed that *yes or *no (used to submit your vote) ALWAYS seem to work, so I imagine it's a part of the script that's stopping *vote from working with normal members.<br><br>However, I'm not exactly fluent in tcl, so I can't say I have any idea what part of the script it would be. <br><br>If any of you have any insight, that would be great.<br><br>The part of the script that echoes usage:<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o [cmdchar]vote pub_voteproc pub_vote {nick uhost hand chan rest} { global vote vote_displays if {$rest == ""} {vote_out $nick "Calling Syntax: [cmdchar]vote Question"                   vote_out $nick "Include +oponly to indicate only OPs may vote."                   vote_out $nick "vote nick/sitemask +ban  to start a vote2ban"                   vote_out $nick "vote nick/sitemask +pban  to start a vote2permban"                   vote_out $nick "vote nick/sitemask +gban  to start a vote2globalpermban"                   vote_out $nick "vote nick +op  to start a vote4permchanops"                   vote_out $nick "vote nick/sitemask -ban  to start a vote2unban"                   vote_out $nick "vote nick/sitemask -pban  to start a vote2unpermban"                   vote_out $nick "vote nick/sitemask -gban  to start a vote2globalunpermban"                   vote_out $nick "abort   Will abort the current vote"                   return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7289">Random</a> — Thu Jan 26, 2006 7:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
