summaryrefslogtreecommitdiffstats
path: root/src/plugins/factoids
Commit message (Collapse)AuthorAgeFilesLines
* Add download function & fromurl commandJokler2018-02-134-19/+62
|
* Fix function call in luaJokler2018-02-131-1/+1
|
* Add some sandboxingJokler2018-02-132-4/+30
|
* Send all factoid info responses to the channel instead of the userJokler2017-12-251-1/+1
|
* 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