summaryrefslogtreecommitdiffstats
path: root/src/plugins/factoids
Commit message (Collapse)AuthorAgeFilesLines
* Log database errors and send a notice if no factoid was deletedJokler2017-12-241-4/+10
|
* Add 'remove' command to Factoids and make the Database trait publicJokler2017-12-242-17/+60
|
* Add more info to factoids and save old versionsJokler2017-12-242-63/+203
|
* Add MySql as a possible database for the Factoids pluginJokler2017-12-242-13/+75
|
* Add Database trait to be used by the Factoids pluginJokler2017-12-242-7/+26
|
* Add non Lua factoidsJokler2017-12-241-5/+15
| | | | | Only factoids prefixed with '>' are run as Lua now. To escape the '>' just add another one.
* Do not allow factoids to send newlinesJokler2017-12-241-1/+1
|
* Move the Factoids plugin into a subfolderJokler2017-12-242-0/+162