..
scripts
Add scripts.py, to support basic modules in languages other than python
2018-09-29 09:45:08 +01:00
8ball.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
accept_invite.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
admin.py
Do an instant reconnect for !reconnect in modules/admin.py
2018-11-05 20:03:45 +00:00
auto_mode.py
Check automode when BitBot joins a channel
2018-10-13 22:21:51 +01:00
badwords.py
'continue' -> 'return' in moules/badwords.py
2018-10-28 14:02:43 +00:00
bitcoin.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
books.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
bot_channel.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
channel_op.py
Move channel tracking data/functions to src/IRCChannel.Channels
2018-11-11 12:34:22 +00:00
channel_save.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
check_mode.py
Add missing "}"s in modules/check_mode.py
2018-11-10 22:35:35 +00:00
check_urls.py
send.stdout/send.stderr need a server kwarg
2018-10-04 14:44:33 +01:00
coins.py
Show wallet balances in a human format (with ","s)
2018-11-02 13:09:09 +00:00
commands.py
Add ability to hide [Prefix] from command outputs
2018-11-07 11:27:10 +00:00
ctcp.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
database_backup.py
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
2018-10-12 18:07:23 +01:00
define.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
dice.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
ducks.py
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
2018-10-12 18:07:23 +01:00
eval_lua.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
eval_python.py
Give page
an initial value of None, in case the get_url call fails in
2018-10-24 13:54:22 +01:00
eval_rust.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
github.py
Boldify authors in modules/github.py
2018-11-12 17:16:17 +00:00
google.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
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
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
haveibeenpwned.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
ids.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
imdb.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
imgur.py
Check if a url is a gallery first, 'event' -> 'data' typo, actually return from
2018-10-31 17:54:44 +00:00
in.py
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
2018-10-12 18:07:23 +01:00
ip_addresses.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
isgd.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
karma.py
Add type/return hints throughout src/ and, in doing so, fix some cyclical
2018-10-30 14:58:48 +00:00
lastfm.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
line_handler.py
Remove no-longer-used Regexes in modules/line_handler.py
2018-11-12 12:48:41 +00:00
modules.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
nickname_aliases.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
nickserv.py
Remove unneeded \n
2018-10-03 16:00:07 +01:00
nr.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
perform.py
Fix the order of some connection params, add alias
as a seperate argument to
2018-11-05 18:30:39 +00:00
permissions.py
serverset identity-mechanism should be in modules/permissions.py
2018-11-02 11:08:03 +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
Prettyprint channel RENAMEs
2018-11-05 16:42:33 +00:00
quit.py
Life's but a walking shadow, a poor player that struts and frets his hour upon the stage, and then is heard no more. It is a tale told by an idiot, full of sound and fury, signifying nothing
2018-10-06 22:30:26 +01:00
quotes.py
Mark command hooks that are aliases ('g' vs 'google')
2018-10-10 10:42:41 +01:00
random_number.py
Mark command hooks that are aliases ('g' vs 'google')
2018-10-10 10:42:41 +01:00
rest_api.py
Change API keys to be hex representations of UUID4s, change their value in the
2018-11-12 17:59:40 +00:00
resume.py
Remove unneeded string literal for resume
CAP
2018-11-09 11:15:07 +00:00
rot13.py
Add modules/rot13.py
2018-10-11 12:44:22 +01:00
sasl.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
scripts.py
Update modules/scripts.py to use utils.parse.hashflags instead of
2018-11-05 12:15:54 +00:00
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
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
set.py
Treat "low"/"high" as synonymous with "v"/"o" but with a settable override in
2018-11-10 22:32:44 +00:00
shakespeare.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
signals.py
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
2018-10-12 18:07:23 +01:00
soundcloud.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
spotify.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
stats.py
update modules/stats.py to use connection_params
2018-11-11 08:47:21 +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
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
sts.py
INFO instead of TRACE log for STS policy setting and connection upgrade
2018-11-08 12:21:54 +00:00
telegram.py
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
2018-10-12 18:07:23 +01:00
tfl.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
thesaurus.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
title.py
Catch exceptions in modules/title.py
2018-10-19 10:31:45 +01:00
to.py
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
2018-10-03 13:22:37 +01:00
todo.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
trakt.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
translate.py
Change all instances of stdout.write+return to raise utils.EventError
in
2018-10-16 15:09:58 +01:00
tweets.py
Mark command hooks that are aliases ('g' vs 'google')
2018-10-10 10:42:41 +01:00
upc.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
urbandictionary.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
weather.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
wikipedia.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
wolframalpha.py
Standardise "Failed to load results" errors!
2018-10-20 20:53:24 +01:00
words.py
"," -> ", " in modules/words.py
2018-10-18 12:54:37 +01:00
youtube.py
Don't needlessly search a youtube URL before getting the information for it's
2018-10-29 23:13:32 +00:00