aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-3011-2/+34
| | | | 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.
* 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 ↵Gravatar jesopo2016-03-292-1/+27
| | | | args_split.
* updated ctcp.py.Gravatar jesopo2016-03-291-1/+1
|
* first commit.Gravatar jesopo2016-03-2931-0/+1271