aboutsummaryrefslogtreecommitdiff
path: root/modules/scripts.py
Commit message (Expand)AuthorAgeFilesLines
* Move scripts module to it's own directoryGravatar jesopo2019-02-051-66/+0
* Update modules/scripts.py to use utils.parse.hashflags instead of•••utils.get_hashflags Gravatar jesopo2018-11-051-1/+1
* Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_loadGravatar jesopo2018-10-121-5/+4
* .kill() a process when it times outGravatar jesopo2018-10-081-2/+2
* Pass $HOME and $PATH through to scripts in modules/scripts.pyGravatar jesopo2018-10-071-1/+5
* Also capture stderr from scripts in modules/scripts.pyGravatar jesopo2018-10-071-1/+2
* Correctly scope 'filename' in modules/script.py._load_scriptsGravatar jesopo2018-10-061-2/+5
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Implement src/IRCObject.py to convert specific objects in to strings when•••passing them to modules/scripts.py scripts Gravatar jesopo2018-10-011-1/+3
* 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