aboutsummaryrefslogtreecommitdiff
path: root/modules/scripts.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* Implement src/IRCObject.py to convert specific objects in to strings whenGravatar jesopo2018-10-011-1/+3
| | | | passing them to modules/scripts.py scripts
* Add !reloadscripts to modules/scripts.pyGravatar jesopo2018-09-291-5/+19
|
* Strip trailing newlines from scripts.py returnsGravatar jesopo2018-09-291-1/+1
|
* Add scripts.py, to support basic modules in languages other than pythonGravatar jesopo2018-09-291-0/+43