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

	<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-06-21T10:20:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alexander]]></name></author>
		<updated>2003-06-21T10:20:43-04:00</updated>

		<published>2003-06-21T10:20:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22318#p22318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22318#p22318"/>
		<title type="html"><![CDATA[Need help with !quote script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22318#p22318"><![CDATA[
thx<br>i'm not so good at scripting<br>but this places shine  <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=3343">Alexander</a> — Sat Jun 21, 2003 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2003-06-21T10:07:24-04:00</updated>

		<published>2003-06-21T10:07:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22317#p22317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22317#p22317"/>
		<title type="html"><![CDATA[Hope this Helps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22317#p22317"><![CDATA[
<blockquote class="uncited"><div>bind pub - !quote pub_quote <br><br>proc pub_quote {nick mask hand channel args} { <br>global moviequote <br>puthelp "PRIVMSG $channel :[lindex $moviequote [rand [llength $moviequote]]]" <br>} <br><br>set moviequote { <br><br>"\"You're scared of Room 237, ain't ya?. The Shining (1980)\"" <br>"\"Some places are like people: some shine and some don't. The Shining (1980)\"" <br><br>}</div></blockquote>Just added a check: <br><div class="codebox"><p>Code: </p><pre><code>bind pub - !quote pub_quote proc pub_quote {nick mask hand channel args} { global moviequote if {[isop $nick $channel] || [isvoice $nick $channel]} {  puthelp "PRIVMSG $channel :[lindex $moviequote [rand [llength $moviequote]]]"  } else {   return 0  } } set moviequote { "\"You're scared of Room 237, ain't ya?. The Shining (1980)\"" "\"Some places are like people: some shine and some don't. The Shining (1980)\"" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Sat Jun 21, 2003 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alexander]]></name></author>
		<updated>2003-06-21T09:57:06-04:00</updated>

		<published>2003-06-21T09:57:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22315#p22315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22315#p22315"/>
		<title type="html"><![CDATA[Need help with !quote script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22315#p22315"><![CDATA[
Hi !<br>Can someone help me so that this script only respond to <br>people that is voiced or oped in the channel, if it's possibel ?<br><br>##########################<br># This script is based on Dubya.tcl<br>##########################<br><br>bind pub - !quote pub_quote<br><br>proc pub_quote {nick mask hand channel args} {<br>   global moviequote<br>   puthelp "PRIVMSG $channel :[lindex $moviequote [rand [llength $moviequote]]]"<br>   }<br><br>set moviequote {<br><br>"\"You're scared of Room 237, ain't ya?. The Shining (1980)\""<br>"\"Some places are like people: some shine and some don't. The Shining (1980)\""<br><br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3343">Alexander</a> — Sat Jun 21, 2003 9:57 am</p><hr />
]]></content>
	</entry>
	</feed>
