Irssi Quotes System 1.2 review

Download
by rbytes.net on

Irssi Quotes System is a script for the Irssi IRC client that provides commands for showing specific or random quotes, searching for

License: Public Domain
File size: 3K
Developer: Dimitar Tnokovski
0 stars award from rbytes.net

Irssi Quotes System is a script for the Irssi IRC client that provides commands for showing specific or random quotes, searching for quotes using SQL-style wild cards, and adding and deleting quotes.

Commands:

!quote [id] - Shows the quote with that id, or a random quote if none is used.
!search - Searches for *string* - SQL-style wildcards.
!whoset - Shows the author of the quote under that id.
!addquote - Adds a quote in the database.
!db - Prints number of non-deleted quotes in the database.
/delquote - Deletes a quote (actually it just marks the quote as deleted, nobody will be able to see it unless you restore it)
/restore - Restores a quote.

In order to install the irssi quotes system you have to do the following:

Download http://surferz.info/irssi_quotes.sql
Execute it: mysql -p yourdbname < irssi_quotes.sql
Go to your Irssi scripts directory, normally it is ~/.irssi/scripts/
Download http://surferz.info/irssi_quotes.pl
Open irssi_quotes.pl with your favorite text editor and edit these variables:
$database = ('yourdbname');
$username = ('dbuser');
$password = ('dbpass');

Save irssi_quotes.pl
In your Irssi client type: /script load irssi_quotes.pl

That's it! If you want the script to be loaded automatically at startup, put irssi_quotes.pl in the ~/.irssi/scripts/autorun/ directory. If the directory doesn't exist, create it.

What's New in This Release:
Levels were added for the !addquote command.
The owner can choose who may add quotes: only opped clients, only opped and voiced clients, or everyone.
The commands must be written on a #channel, as the script won't listen to query windows anymore.

Irssi Quotes System 1.2 keywords