aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* added a confirmation of message save to in.py.Gravatar jesopo2016-04-101-0/+1
* beefed up the words.py module.Gravatar jesopo2016-04-101-5/+33
* changed commands.py to show usage help (if available) when minimum arguments ...Gravatar jesopo2016-04-101-2/+6
* added the code to prevent users using certain commands based on permissions.Gravatar jesopo2016-04-061-0/+13
* made some finishing touches to todo.py.Gravatar jesopo2016-04-061-39/+44
* added more code to deal with lastfm having a ridiculously unreliably structur...Gravatar jesopo2016-04-061-2/+2
* added spotify.py and soundcloud.py, updated bot.json.example.Gravatar jesopo2016-04-062-0/+60
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-0626-31/+69
* added tracking certain words in words.py and fixed/changed a couple of things...Gravatar jesopo2016-04-061-2/+18
* added words.py for keeping track of how many words people have said.Gravatar jesopo2016-04-051-0/+32
* fixed a crash-causing bug in lastfm when userplaycount isn't present.Gravatar jesopo2016-04-051-4/+7
* used set.py as an example for the new usage command.Gravatar jesopo2016-04-051-2/+4
* 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
* ironed out some little issues with permissions.py.Gravatar jesopo2016-04-041-1/+5
* added permissions.py which contains code for identifying/registering/logoutin...Gravatar jesopo2016-04-041-0/+72
* added a way for command event hooks to ask to only be fired from private mess...Gravatar jesopo2016-04-041-0/+2
* added code to youtube.py to prevent a crash when a video has likes/dislikes d...Gravatar jesopo2016-04-041-5/+8
* fixed showing track tags in lastfm.py.Gravatar jesopo2016-04-041-6/+11
* fixed some dumb typosGravatar jesopo2016-04-031-1/+1
* 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-036-24/+58
* 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 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 "hashflag" to modules to stop modules being loaded that rely on a not...Gravatar jesopo2016-03-3011-2/+34
* 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 comman...Gravatar jesopo2016-03-301-3/+11
* fixed a couple of problems in some modules.Gravatar jesopo2016-03-293-14/+16
* made commands work in channel AND in private message.Gravatar jesopo2016-03-292-45/+61
* added bitly.py and haveibeenpwned.py.Gravatar jesopo2016-03-292-0/+56
* 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 a...Gravatar jesopo2016-03-292-1/+27
* updated ctcp.py.Gravatar jesopo2016-03-291-1/+1
* first commit.Gravatar jesopo2016-03-2931-0/+1271