.. |
github
|
Return semi-helpful information to github webhooks (github)
|
2019-02-08 23:01:45 +00:00 |
sasl
|
We still need to 'CAP REQ :sasl' when we get 'CAP NEW :sasl' (sasl)
|
2019-02-09 02:58:25 +00:00 |
scripts
|
Move scripts module to it's own directory
|
2019-02-05 16:56:21 +00:00 |
8ball.py
|
|
|
accept_invite.py
|
|
|
admin.py
|
Add !disconnect to admin.py
|
2018-11-20 14:27:24 +00:00 |
auto_mode.py
|
Delete automodes user_channel setting when it's empty (auto_mode.py)
|
2019-02-04 08:45:48 +00:00 |
badges.py
|
Typo, '==' -> '='
|
2018-12-22 09:36:13 +00:00 |
badwords.py
|
|
|
bitcoin.py
|
|
|
books.py
|
|
|
bot_channel.py
|
|
|
channel_access.py
|
check we have a channel_arg kwarg before parsing it as an int
|
2019-01-30 19:20:11 +00:00 |
channel_op.py
|
Actually add private_unban function def. oops. (channel_op.py)
|
2019-01-30 21:07:03 +00:00 |
channel_save.py
|
|
|
check_mode.py
|
Add a way to force success and force failure of a command permission check
|
2019-01-28 23:29:52 +00:00 |
check_urls.py
|
|
|
coins.py
|
Don't take a users coins when they make an invalid roulette bet (coins.py)
|
2019-02-05 23:00:56 +00:00 |
commands.py
|
Reply to statusmsg commands (e.g. '/msg +channel !ping') with the same statusmsg
|
2019-02-04 21:32:44 +00:00 |
ctcp.py
|
|
|
database_backup.py
|
|
|
define.py
|
Add missing .data on a utils.http.request Response object (define.py)
|
2018-12-15 22:56:04 +00:00 |
dice.py
|
|
|
ducks.py
|
|
|
eval_lua.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
eval_python.py
|
Check if page is null before trying to access page.data (eval_python.py)
|
2019-01-15 12:39:27 +00:00 |
eval_rust.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
factoids.py
|
'factoid' -> 'value'
|
2018-11-18 11:18:37 +00:00 |
google.py
|
|
|
greeting.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
hash.py
|
|
|
ids.py
|
|
|
imdb.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
imgur.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
in.py
|
|
|
ip_addresses.py
|
|
|
isgd.py
|
Change isgd.py to use Exports to offer url shortening, not events
|
2019-02-07 10:07:11 +00:00 |
karma.py
|
|
|
lastfm.py
|
|
|
line_handler.py
|
server_capabilities is a dict, capabilities is a set (line_handler.py)
|
2019-02-08 17:48:41 +00:00 |
mixed_unicode.py
|
Move all logic related to score reasons until after we've checked if we have
|
2018-11-20 20:43:26 +00:00 |
modules.py
|
|
|
nickserv.py
|
Remove unneeded \n
|
2018-10-03 16:00:07 +01:00 |
nr.py
|
NR: list only called/total full count for service
|
2018-12-20 23:53:40 +00:00 |
perform.py
|
|
|
permissions.py
|
Use new utils.consts.PERMISSION_FORCE_SUCCESS in permissions.py
|
2019-01-29 07:14:53 +00:00 |
pong.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
print_activity.py
|
|
|
quit.py
|
quit: add quote
|
2019-02-07 18:21:35 +00:00 |
quotes.py
|
|
|
random_number.py
|
|
|
rest_api.py
|
need to .items() a dict to tuple-iterate it (rest_api.py)
|
2019-02-08 22:53:33 +00:00 |
resume.py
|
|
|
rot13.py
|
|
|
sed.py
|
Add type/return hints throughout src/ and, in doing so, fix some cyclical
|
2018-10-30 14:58:48 +00:00 |
seen.py
|
|
|
set.py
|
server.get_channel was moved to server.channels.get a long time ago (set.py)
|
2019-01-30 19:40:20 +00:00 |
shakespeare.py
|
|
|
signals.py
|
|
|
soundcloud.py
|
Handle !soundcloud returning no results (soundcloud.py)
|
2019-01-08 10:14:21 +00:00 |
spotify.py
|
make !sp and alias of !spotify (spotify.py)
|
2019-02-08 15:34:04 +00:00 |
stats.py
|
Show capabilities in API server stats (stats.py)
|
2019-02-08 17:56:13 +00:00 |
strax.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
strip_color.py
|
|
|
sts.py
|
|
|
tfl.py
|
bus_stop isnt a Response object (tfl.py)
|
2019-01-21 10:46:23 +00:00 |
thesaurus.py
|
|
|
timer.py
|
|
|
title.py
|
Actually return title text, not html Tag object (title.py)
|
2019-02-09 10:38:44 +00:00 |
to.py
|
|
|
todo.py
|
Change all instances of stdout.write+return to raise utils.EventError in
|
2018-10-16 15:09:58 +01:00 |
trakt.py
|
|
|
translate.py
|
|
|
tweets.py
|
Change isgd.py to use Exports to offer url shortening, not events
|
2019-02-07 10:07:11 +00:00 |
upc.py
|
|
|
urbandictionary.py
|
|
|
weather.py
|
|
|
wikipedia.py
|
'utils.http.get_url' -> 'utils.http.request', return a Response object from
|
2018-12-11 22:26:38 +00:00 |
wolframalpha.py
|
|
|
words.py
|
|
|
youtube.py
|
'EventResultError' -> 'EventsResultsError' typo (maybe this should actually be
|
2019-01-21 19:32:37 +00:00 |