aboutsummaryrefslogtreecommitdiff
path: root/modules/quotes.py
Commit message (Collapse)AuthorAgeFilesLines
* better help/usage for quote.py commandsGravatar jesopo2019-10-041-12/+8
| | | | closes #92
* allow !grab for 1 to 3 most recent lines (default is 1)Gravatar jesopo2019-09-261-8/+20
|
* allow channels to specify quotes should be per-channelGravatar jesopo2019-09-251-4/+22
|
* return quote category even if =quote isnt presentGravatar jesopo2019-09-071-3/+6
|
* remove !qadd because !quote does the same things nowGravatar jesopo2019-09-051-24/+0
|
* show how many quotes found when searching with !quoteGravatar jesopo2019-09-051-1/+2
|
* support searching for quote content in !quoteGravatar jesopo2019-09-051-3/+11
|
* 'recieved' -> 'received'Gravatar jesopo2019-09-041-1/+1
|
* add !grab as an alias of !quotegrabGravatar jesopo2019-09-041-0/+1
|
* remove last quote if none is provided in !qdelGravatar jesopo2019-07-111-13/+23
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* Pass `category` arg to `_set_quotes` in `quote_add` (quotes.py)Gravatar jesopo2019-01-261-1/+1
|
* Quote should be saved with saver and timestamp (quotes.py)Gravatar jesopo2019-01-261-2/+4
|
* Typo, 'quote' -> 'quotes' (quotes.py)Gravatar jesopo2019-01-261-1/+1
|
* `_set_quotes` needs to be given a category (quotes.py)Gravatar jesopo2019-01-261-1/+1
|
* add !quotegrab to take the last message from a user and quote it (quotes.py)Gravatar jesopo2019-01-261-3/+21
|
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-4/+8
|
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-5/+5
| | | | related functionality
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-11/+12
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-16/+21
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-12/+8
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-5/+5
| | | | hooks for a module
* made set/channelset settings consistent.Gravatar jesopo2016-05-011-1/+1
|
* added a command to quotes.py to get a random quote from a category.Gravatar jesopo2016-05-011-1/+15
|
* added quotes.py.Gravatar jesopo2016-04-291-0/+71