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.

Public Quotes System (current version: 1.32)

Support & discussion of released scripts, and announcements of new releases.
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

 
Like I said, the stats feature is in my todo list, but since it is not possible for the script to say whether "xxxx" is a nick or a common word, the most quoted nick idea will not be retained.

A command to replay more than one quote at a time seems gadget to me.
More, I took a particular care to make a decent flood control system and such a command would easily flood a channel.
Consequently, I will not retain that idea either.

Thank you anyway for giving ideas and for enjoying my scripts.
B
BrewMaster
Voice
Posts: 34
Joined: Sat Jul 07, 2007 8:26 am

Post by BrewMaster »

I understand your passion for flood control.

your flood control currently in place would not allow a flood. No one would be able to flood since you limit the amount of times you can request a command.

Call it gadget if you want, but you already built in the ability to enforce strict abuse policy of commands.
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

passion ? :lol:
m
mabus
Voice
Posts: 27
Joined: Fri Jun 17, 2005 6:19 pm

Multiple Channels - One Database

Post by mabus »

I have three channels {a main public channel, an ops only channel, and a private bot testing channel for myself alone}.

I would like it so that a quote added from any of the three channels would go to ONE database file, and where whenever someone types !quote # it reads off that one database. I've played around a bit with it, putting * in the channels thing, or leaving it "", and even removing the channel name on the database file itself quotes.channelname, but with no luck. Is there any way to do this?

The script is amazing as is btw. A ton better than any other quotes script i've ever seen. Brilliant job.
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

The whole script is structured for separate quotes databases, so it won't be easy at all to change that, sorry.

Thank you for the compliments :D
j
jagular
Voice
Posts: 4
Joined: Sat Aug 04, 2007 8:35 am

This script using eggdrop v1.6.18

Post by jagular »

I have added the following line to my eggdrop's .conf file: source scripts/public_quotes_system.tcl.

Made settings to the public_quotes_system.tcl file as indicated by the commented documentation. The directory named quotes.db is not created.

Is this an script/eggdrop version problem? Is anyone using this script currently? I would love some feedback. Looks like a great script. What am i doing wrong?
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

The database directory should be automatically created when you add the first quote (using !addquote command).
If not, ensure your eggdrop has writing authorization in eggdrop\ directory (using CHMOD command).

Ensure you set your chan(s) correctly in the config section of the script (chan names are CASE SENSITIVE !).

The script works with eggdrop/windrop v1.6.18 (understand also tcl 8.4) or greater (not tested on previous versions).
Last edited by MenzAgitat on Thu Aug 07, 2008 7:19 am, edited 1 time in total.
j
jagular
Voice
Posts: 4
Joined: Sat Aug 04, 2007 8:35 am

Cudos MenzAgitat

Post by jagular »

Killed by case sensitivity, yet again. Thanks.
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

 
New version : v1.32
Changelog:
1.31
- fixed a bug that prevented the uninstall procedure to work correctly.
1.32
- !deletedquoteinfo now sends its output by NOTICE.
- script now handles chan names with special characters.
(you can find a complete changelog inside the script)

Look at the first post of this thread for a download link.
 
 
m
moff
Voice
Posts: 27
Joined: Thu Jul 24, 2008 9:24 pm

Post by moff »

i love the script, but im missing one feature...
make the bot shout out random quotes every x minutes... is it possible to implement it?

thx
Moff
E
Elements
Voice
Posts: 12
Joined: Thu Mar 19, 2009 11:33 am

Post by Elements »

moff wrote: make the bot shout out random quotes every x minutes
i would love to see that too
thanks
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

I will look into that, just wait for the next version.
s
scooterh
Voice
Posts: 12
Joined: Fri May 01, 2009 10:32 pm

Post by scooterh »

I'm having problems getting to ti only allow ops to add quotes, i've searched for the code that was posted earlier with no success and at the first of the config i tried changing just the -|- to n|o and no success.

any suggestions?
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

@ scooterh :

You must edit the following parameter :

Code: Select all

# autorisations pour la commande !addquote
variable addquoteauth "-|-"
like this :

Code: Select all

variable addquoteauth "n|o"
but don't be confused between chanserv access list, eggdrop access list and "oped" state (without access).

You must add your channel operators in the eggdrop access list for this parameter to work.
s
scooterh
Voice
Posts: 12
Joined: Fri May 01, 2009 10:32 pm

Post by scooterh »

any way to have it search on a string?

like !quote whatever

and it will throw some quote that has whatever out?
Post Reply