aboutsummaryrefslogtreecommitdiff
path: root/start.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-1/+1
| | | | hooks for a module
* Database.add_server -> Database.servers.addGravatar jesopo2018-08-301-1/+1
|
* Load whitelist in start.py, pass to ModuleManager.load_modulesGravatar jesopo2018-08-301-1/+5
|
* Return config from Config.load_config instead of setting it on botGravatar jesopo2018-08-301-2/+3
|
* Moved table-specific logic to their own "table" classes in Database.pyGravatar jesopo2018-08-051-1/+1
|
* set default argparse config argument to bot.confGravatar jesopo2018-07-161-1/+1
|
* Don't add a server to bot.servers until it's connectedGravatar jesopo2018-07-021-8/+14
|
* Adds args.verbose and fixes a couple of bugGravatar jesopo2017-01-271-2/+5
|
* added tracking certain words in words.py and fixed/changed a couple of ↵Gravatar jesopo2016-04-061-1/+1
| | | | things to allow it to work.
* added command line options to start.py for config file and database file ↵Gravatar jesopo2016-03-311-2/+10
| | | | locaitons.
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-1/+2
| | | | not-present config option.
* first commit.Gravatar jesopo2016-03-291-0/+39