bitbot-3.11-fork/modules
2019-02-11 10:00:55 +00:00
..
commands Let IRCLine.Line handle truncating command output 2019-02-10 20:49:59 +00:00
github 'jesopo pushed commit to master' -> 'jesopo pushed to master' (github) 2019-02-10 15:09:20 +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 Actually shutdown socket when !shutdown is called (admin.py) 2019-02-11 10:00:55 +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 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
books.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
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 Don't send empty JOIN when we have no saved channels (channel_save.py) 2019-02-10 14:55:46 +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 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
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
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
google.py Channels are 'target' in command events 2018-12-15 22:57:38 +00:00
greeting.py
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 Have to refer to timer.kwargs to get kwargs (in.py) 2019-02-10 13:27:49 +00:00
ip_addresses.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
isgd.py Change isgd.py to use Exports to offer url shortening, not events 2019-02-07 10:07:11 +00:00
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 Don't use the event system to get results from other modules - use exports 2019-02-09 13:14:45 +00:00
line_handler.py Shift socket.socket related logic to IRCSocket.py 2019-02-11 10:00:41 +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 Don't use the event system to get results from other modules - use exports 2019-02-09 13:14:45 +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 Don't require client cert validation (rest_api.py) 2019-02-10 13:26:35 +00:00
resume.py Only add a waiting clause for resume CAP if the server actually ACKs it 2019-02-10 13:22:53 +00:00
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 Make use of "when line sent" logic to disconnect after QUIT (signals.py) 2019-02-10 14:32:04 +00:00
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
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 title is already a parsed string from _get_title() (title.py) 2019-02-09 13:38:09 +00:00
to.py
todo.py
trakt.py Re-add accidentally removed ":" in trakt.py 2018-12-11 22:27:58 +00:00
translate.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
tweets.py Change isgd.py to use Exports to offer url shortening, not events 2019-02-07 10:07:11 +00:00
upc.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
urbandictionary.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
weather.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
wikipedia.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
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 Don't use the event system to get results from other modules - use exports 2019-02-09 13:14:45 +00:00