| View previous topic :: View next topic |
| Author |
Message |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Tue Jan 01, 2008 12:51 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
BrewMaster Voice
Joined: 07 Jul 2007 Posts: 34
|
Posted: Tue Jan 01, 2008 6:46 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Wed Jan 02, 2008 7:52 am Post subject: |
|
|
passion ?  |
|
| Back to top |
|
 |
mabus Voice
Joined: 17 Jun 2005 Posts: 27
|
Posted: Sat Apr 12, 2008 10:08 am Post subject: Multiple Channels - One Database |
|
|
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. |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Sat Apr 12, 2008 5:23 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
jagular Voice
Joined: 04 Aug 2007 Posts: 4
|
Posted: Mon Aug 04, 2008 3:27 pm Post subject: This script using eggdrop v1.6.18 |
|
|
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? |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Tue Aug 05, 2008 7:13 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
jagular Voice
Joined: 04 Aug 2007 Posts: 4
|
Posted: Thu Aug 07, 2008 7:06 am Post subject: Cudos MenzAgitat |
|
|
| Killed by case sensitivity, yet again. Thanks. |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Fri Sep 05, 2008 7:39 am Post subject: |
|
|
New version : v1.32
| Quote: | 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.
|
|
| Back to top |
|
 |
moff Voice
Joined: 24 Jul 2008 Posts: 27
|
Posted: Sun Nov 16, 2008 10:02 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Elements Voice
Joined: 19 Mar 2009 Posts: 12
|
Posted: Sat Mar 21, 2009 3:58 am Post subject: |
|
|
| moff wrote: |
make the bot shout out random quotes every x minutes
|
i would love to see that too
thanks |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Tue Mar 24, 2009 2:59 pm Post subject: |
|
|
| I will look into that, just wait for the next version. |
|
| Back to top |
|
 |
scooterh Voice
Joined: 01 May 2009 Posts: 12
|
Posted: Fri May 01, 2009 11:18 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Mon May 11, 2009 8:50 am Post subject: |
|
|
@ scooterh :
You must edit the following parameter :
| Code: | # autorisations pour la commande !addquote
variable addquoteauth "-|-" |
like this :
| Code: | | 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. |
|
| Back to top |
|
 |
scooterh Voice
Joined: 01 May 2009 Posts: 12
|
Posted: Tue May 12, 2009 9:29 pm Post subject: |
|
|
any way to have it search on a string?
like !quote whatever
and it will throw some quote that has whatever out? |
|
| Back to top |
|
 |
|