| View previous topic :: View next topic |
| Author |
Message |
Trinity Voice
Joined: 07 Oct 2005 Posts: 1 Location: Zion, IL
|
Posted: Fri Oct 07, 2005 5:26 pm Post subject: QuoteMe 1.3 problem |
|
|
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: |
# 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 |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Oct 07, 2005 5:33 pm Post subject: |
|
|
You changed the script. Revert to original version and try again. Any alterations, support and/or modifications should be directed to the script author _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Last edited by Alchera on Fri Oct 07, 2005 7:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Fri Oct 07, 2005 5:50 pm Post subject: |
|
|
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] tag when posting logs, code |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|