egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Public Quotes System (current version: 1.32)
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Tue Jan 01, 2008 12:51 pm    Post subject: Reply with quote

 
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
View user's profile Send private message Visit poster's website
BrewMaster
Voice


Joined: 07 Jul 2007
Posts: 34

PostPosted: Tue Jan 01, 2008 6:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Wed Jan 02, 2008 7:52 am    Post subject: Reply with quote

passion ? Laughing
Back to top
View user's profile Send private message Visit poster's website
mabus
Voice


Joined: 17 Jun 2005
Posts: 27

PostPosted: Sat Apr 12, 2008 10:08 am    Post subject: Multiple Channels - One Database Reply with quote

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
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Sat Apr 12, 2008 5:23 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message Visit poster's website
jagular
Voice


Joined: 04 Aug 2007
Posts: 4

PostPosted: Mon Aug 04, 2008 3:27 pm    Post subject: This script using eggdrop v1.6.18 Reply with quote

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
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Tue Aug 05, 2008 7:13 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
jagular
Voice


Joined: 04 Aug 2007
Posts: 4

PostPosted: Thu Aug 07, 2008 7:06 am    Post subject: Cudos MenzAgitat Reply with quote

Killed by case sensitivity, yet again. Thanks.
Back to top
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Fri Sep 05, 2008 7:39 am    Post subject: Reply with quote

 
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
View user's profile Send private message Visit poster's website
moff
Voice


Joined: 24 Jul 2008
Posts: 27

PostPosted: Sun Nov 16, 2008 10:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Elements
Voice


Joined: 19 Mar 2009
Posts: 12

PostPosted: Sat Mar 21, 2009 3:58 am    Post subject: Reply with quote

moff wrote:

make the bot shout out random quotes every x minutes

i would love to see that too
thanks
Back to top
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Tue Mar 24, 2009 2:59 pm    Post subject: Reply with quote

I will look into that, just wait for the next version.
Back to top
View user's profile Send private message Visit poster's website
scooterh
Voice


Joined: 01 May 2009
Posts: 12

PostPosted: Fri May 01, 2009 11:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
MenzAgitat
Op


Joined: 04 Jul 2006
Posts: 118
Location: France

PostPosted: Mon May 11, 2009 8:50 am    Post subject: Reply with quote

@ 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
View user's profile Send private message Visit poster's website
scooterh
Voice


Joined: 01 May 2009
Posts: 12

PostPosted: Tue May 12, 2009 9:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
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


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber