Irssi Quotes System

Software Screenshot:
Irssi Quotes System
Software Details:
Version: 1.2
Upload Date: 3 Jun 15
Developer: Dimitar Tnokovski
Distribution Type: Freeware
Downloads: 4

Rating: nan/5 (Total Votes: 0)

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:

Similar Software

UnrealIRCd
UnrealIRCd

19 Feb 15

botnet
botnet

3 Jun 15

Smuxi
Smuxi

14 Jul 16

CJC
CJC

11 May 15

Comments to Irssi Quotes System

Comments not found
Add Comment
Turn on images!