Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 748 Bytes

quotes.asciidoc

File metadata and controls

58 lines (38 loc) · 748 Bytes

Quotes

Table of Contents

Commands

Command

Description

add

Adds a quote to the database.

Usage:

\q[uote] add <quote>

del

Deletes a quote from the database. Only the quote’s author or an administrator can use this command.

Usage:

\q[uote] del <quote number>

look

Looks in the data base for all the quotes that contains the text passed as argument.

Usage:

\q[uote] look <text>

rand

Shows a random quote from the database. If a user is passed as argument, shows a random quote from that user.

Usage:

\q[uote] rand <optional user>

show

Shows the quote that is assigned to the number passed as argument.

Usage:

\q[uote] show <quote number>