About This File
CodeNinja Quote System v1.0.1
Commands (<required> [optional]):
!addquote <quote> (adds a quote)
!delquote <quote id> (deletes a quote)
!quote [quote id] (gets a specific or random quote)
!findquote <regexp string> (find quotes matching regexp string)
!lastquote (get the last quote added to the database)
!quoteauth <nick> (find quotes added by nick)
!quotechan <#chan> (find quotes added in #chan)
Changes
-
v1.0.1
- Quote file is automatically added upon adding first quote
- Fixed a bug with random quotes
-
v1.0.2
- Changed how search commands (e.g. !findquote, !quoteauth, and !quotechan) handle excess results
- Fixed a var mix-up