The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/randquote

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Provides user with a random quote on connect. (UltimateIRCd style)

Configuration Tags

With this module, the following tag is required in the config:
<randquote file="/path/to/quotes.file">

'file' is a full path to your quotes file (usually called randquotes.conf). An example Quotes file is in the inspircd docs directory, called 'randquotes.conf.example'

Additional Modes

None

Additional Commands

/QUOTE

Provides a Quote to connected users.

Special Notes

The /QUOTE command may be difficult to get to due to clients intepreting /quote as a 'Raw message to the IRCd', i'll leave you all to figure out how to get past it :D

Random Fact: m_randquote was created by Craig "FrostyCoolSlug" McLure (aka, Me) and was InspIRCds first functional module with our API.