This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

QuoteMe 1.3 problem

Support & discussion of released scripts, and announcements of new releases.
Post Reply
T
Trinity
Voice
Posts: 1
Joined: Fri Oct 07, 2005 5:21 pm
Location: Zion, IL
Contact:

QuoteMe 1.3 problem

Post by Trinity »

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

When I try to .addquote #chan via telnet, it does nothing. When I do.quote #chan that also does nothing.

Here's the part of the script I changed:

Code: Select all

# 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 off
set 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 off
set 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 off
set dcclsamount 0

# Enable this feature (script)? (0/1)
# 0 disables the feature, 1 enables the feature
set quoteme 1
Anyone know what the problem is? I'm running eggdrop v 1.6.17
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You changed the script. Revert to original version and try again. Any alterations, support and/or modifications should be directed to the script author
Last edited by Alchera on Fri Oct 07, 2005 7:15 pm, edited 1 time in total.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

this might not be obvious for non-programmers:

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
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply