aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added a usage command to show usage help for commands.Gravatar jesopo2016-04-051-1/+19
|
* added todo.py.Gravatar jesopo2016-04-052-1/+50
|
* oopsGravatar jesopo2016-04-041-1/+1
|
* added a missing config option to bot.json.example.Gravatar jesopo2016-04-041-1/+2
|
* ironed out some little issues with permissions.py.Gravatar jesopo2016-04-041-1/+5
|
* added permissions.py which contains code for ↵Gravatar jesopo2016-04-042-1/+74
| | | | identifying/registering/logouting users. updated README.md to reflect the newly required scrypt module.
* added a way for command event hooks to ask to only be fired from private ↵Gravatar jesopo2016-04-041-0/+2
| | | | messages.
* added code to youtube.py to prevent a crash when a video has likes/dislikes ↵Gravatar jesopo2016-04-041-5/+8
| | | | disabled.
* fixed showing track tags in lastfm.py.Gravatar jesopo2016-04-041-6/+11
|
* added an untested module requirement system.Gravatar jesopo2016-04-041-9/+29
|
* added some more mode event firing and removed unneeded debug printing.Gravatar jesopo2016-04-042-7/+5
|
* fixed some dumb typosGravatar jesopo2016-04-032-3/+3
|
* added some more to the skeleton of the auto_mode module.Gravatar jesopo2016-04-031-2/+11
|
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-0311-28/+77
| | | | the auto_mode.py module.
* added code to prevent newlines being where they shouldn't be in outgoing lines.Gravatar jesopo2016-04-011-1/+1
|
* removed yet more left over code from when commands were channel-only.Gravatar jesopo2016-03-312-8/+6
|
* fixed the frankly ridiculously wrong youtube url regex in youtube.py.Gravatar jesopo2016-03-311-1/+1
|
* added command line options to start.py for config file and database file ↵Gravatar jesopo2016-03-311-2/+10
| | | | locaitons.
* made the args for IRCLineHandler functions global and added a timer-based ↵Gravatar jesopo2016-03-313-33/+55
| | | | channel join re-try.
* added CTCP SOURCE and TIME responses.Gravatar jesopo2016-03-311-1/+6
|
* made the @ for the twitter command optional.Gravatar jesopo2016-03-311-2/+4
|
* added a little piece of code to stop Utils.get_url trying to json decode an ↵Gravatar jesopo2016-03-301-1/+1
| | | | empty string.
* added untested reconnection code.Gravatar jesopo2016-03-301-6/+18
|
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-3013-4/+45
| | | | not-present config option.
* fixed a left over reference to event["channel"] that is now broken in to.py.Gravatar jesopo2016-03-301-2/+2
|
* made channel commands prefixable with the bot's nickname, not just the ↵Gravatar jesopo2016-03-301-3/+11
| | | | command prefix.
* added a line I forgot to add to dispose of nonvisible users.Gravatar jesopo2016-03-301-0/+1
|
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-293-14/+16
|
* added code to Utils.get_url to prevent non-iso-latin-1 urls being attempted. ↵Gravatar jesopo2016-03-291-0/+6
| | | | I need to put in a better fix than this at some point.
* made commands work in channel AND in private message.Gravatar jesopo2016-03-295-49/+70
|
* made it possible to get http code even when a HTTPError kicks up.Gravatar jesopo2016-03-291-3/+6
|
* added bitly.py and haveibeenpwned.py.Gravatar jesopo2016-03-292-0/+56
|
* added a little more to README.md.Gravatar jesopo2016-03-291-1/+1
|
* pronouns pronouns pronounsGravatar jesopo2016-03-291-1/+1
|
* added help strings where they were missing.Gravatar jesopo2016-03-296-6/+10
|
* added random.py, added code to commands.py to remove all empty strings from ↵Gravatar jesopo2016-03-292-1/+27
| | | | args_split.
* updated ctcp.py.Gravatar jesopo2016-03-291-1/+1
|
* first commit.Gravatar jesopo2016-03-2947-0/+2555
|
* Initial commitGravatar jesopo2016-03-292-0/+401