.. |
github
|
Move sasl.py to a directory module and move SCRAM logic to a different file,
|
2019-02-05 15:54:20 +00:00 |
sasl
|
Don't use string concat when we're already using %s formatting (sasl.scram)
|
2019-02-06 23:04:26 +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
|
|
|
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
|
Add irc_lower() and irc_equals() to IRCServer.Server so that no where else
|
2019-01-24 17:12:50 +00:00 |
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
|
|
|
dice.py
|
|
|
ducks.py
|
|
|
eval_lua.py
|
|
|
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
|
|
|
factoids.py
|
|
|
google.py
|
|
|
greeting.py
|
|
|
hash.py
|
|
|
ids.py
|
|
|
imdb.py
|
|
|
imgur.py
|
|
|
in.py
|
|
|
ip_addresses.py
|
|
|
isgd.py
|
|
|
karma.py
|
Don't put channel messages as low priority, so we can still catch "bitbot: ++"
|
2019-01-25 23:53:53 +00:00 |
lastfm.py
|
|
|
line_handler.py
|
Actually check that we don't have CAPs that we're waiting on a ACK/NAK for
|
2019-02-05 22:26:57 +00:00 |
mixed_unicode.py
|
|
|
modules.py
|
|
|
nickserv.py
|
|
|
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
|
|
|
print_activity.py
|
Actually use new sender arg for _on_notice() (print_activity.py)
|
2019-01-17 14:51:44 +00:00 |
quit.py
|
Remove particularly improper quit quotes, add Hillel the Elder quote (quit.py)
|
2019-02-06 14:22:27 +00:00 |
quotes.py
|
Pass category arg to _set_quotes in quote_add (quotes.py)
|
2019-01-26 16:06:15 +00:00 |
random_number.py
|
'guid' -> 'uuid' as apparently guid is microsoft's name for a uuid
|
2019-01-14 21:37:14 +00:00 |
rest_api.py
|
apikey command should have a minimum argument restriction (rest_api.py)
|
2019-02-01 12:02:02 +00:00 |
resume.py
|
|
|
rot13.py
|
|
|
sed.py
|
|
|
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
|
Correctly compare current time and token expire time and actually cache the
|
2019-01-29 22:46:00 +00:00 |
stats.py
|
Sort nicknames case-insensitively (stats.py)
|
2018-12-26 23:24:43 +00:00 |
strax.py
|
|
|
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
|
Correctly handle a 404 in thesaurus.py
|
2018-12-16 11:03:36 +00:00 |
timer.py
|
'recevied' -> 'received' (timer.py)
|
2018-12-20 23:55:45 +00:00 |
title.py
|
Error log failure to get title of a url (title.py)
|
2019-01-21 14:39:20 +00:00 |
to.py
|
|
|
todo.py
|
|
|
trakt.py
|
|
|
translate.py
|
|
|
tweets.py
|
We only need one '-' between tweet content and short url (tweets.py)
|
2019-01-21 19:36:25 +00:00 |
upc.py
|
|
|
urbandictionary.py
|
|
|
weather.py
|
|
|
wikipedia.py
|
|
|
wolframalpha.py
|
Use the correct namespace for HTTPTimeoutException (wolframalpha)
|
2019-01-20 19:05:50 +00:00 |
words.py
|
Typo in words.py: 'strippped_word' -> 'stripped_word'
|
2019-01-04 12:36:38 +00:00 |
youtube.py
|
'EventResultError' -> 'EventsResultsError' typo (maybe this should actually be
|
2019-01-21 19:32:37 +00:00 |