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

	<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>2005-10-07T19:15:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-07T17:50:41-04:00</updated>

		<published>2005-10-07T17:50:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56427#p56427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56427#p56427"/>
		<title type="html"><![CDATA[QuoteMe 1.3 problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56427#p56427"><![CDATA[
this might not be obvious for non-programmers:<br><br>we can't fix or even comment on something that we don't have source code of; so, if you really want relevant answers, please post the code (you shouldn't expect that someone would bother to google for the script you are having problems with); also read top sticky topic in the Script Help forum<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Oct 07, 2005 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-07T19:15:02-04:00</updated>

		<published>2005-10-07T17:33:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56425#p56425</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56425#p56425"/>
		<title type="html"><![CDATA[QuoteMe 1.3 problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56425#p56425"><![CDATA[
You changed the script. Revert to original version and try again. Any alterations, support and/or modifications should be directed to the script author<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Oct 07, 2005 5:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trinity]]></name></author>
		<updated>2005-10-07T17:26:28-04:00</updated>

		<published>2005-10-07T17:26:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56424#p56424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56424#p56424"/>
		<title type="html"><![CDATA[QuoteMe 1.3 problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56424#p56424"><![CDATA[
I tried searching for this, but found nothing so I hope I'm not double posting. When I try to !addquote in the chan, nothing happens. When I do !quote I get this notice: [16:13:47] -Eggdrop- quote failed<br><br>When I try to .addquote #chan via telnet, it does nothing. When I do.quote #chan that also does nothing.<br><br>Here's the part of the script I changed:<br><div class="codebox"><p>Code: </p><pre><code># Which prefix should the quote files have?set quotemeprefix ".quoteme"# Which channels to send quotes to?set quotemechannels "#chan"# Allow the !quote command via public? (0/1)set quotepub 1# Allow !quote commands via msg? (0/1)set quotemsg 1# Allow .quote commands via dcc? (0/1)set quotedcc 1# Allow the !addquote command via public? (0/1)set addquotepub 1# Allow !addquote commands via msg? (0/1)set addquotemsg 1# Allow .addquote commands via dcc? (0/1)set addquotedcc 1# Allow the !delquote command via public? (0/1)set delquotepub 0# Allow !delquote commands via msg? (0/1)set delquotemsg 0# Allow .delquote commands via dcc? (0/1)set delquotedcc 1# Allow the !lsquotes command via public? (0/1)set lsquotespub 1# Allow !lsquotes commands via msg? (0/1)set lsquotesmsg 1# Allow .lsquotes commands via dcc? (0/1)set lsquotesdcc 1# Allow the !numquotes command via public? (0/1)set numquotespub 1# Allow !numquotes commands via msg? (0/1)set numquotesmsg 1# Allow .numquotes commands via dcc? (0/1)set numquotesdcc 1# Amount of quotes to list when using !lsquotes at public (0/x)# When a listing occurs in public or msg, all other messages# sent to public and msg is on hold.# Setting this to 0 turns it offset publsamount 0# Amount of quotes to list when using !lsquotes at msg (0/x)# When a listing occurs in public or msg, all other messages# sent to public and msg is on hold.# Setting this to 0 turns it offset msglsamount 0# Amount of quotes to list when using .lsquotes at dcc (0/x)# This listing does not put other messages on hold# Setting this to 0 turns it offset dcclsamount 0# Enable this feature (script)? (0/1)# 0 disables the feature, 1 enables the featureset quoteme 1</code></pre></div>Anyone know what the problem is? I'm running eggdrop v 1.6.17<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6820">Trinity</a> — Fri Oct 07, 2005 5:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
