bitbot-3.11-fork/modules
2019-06-28 18:36:43 +01:00
..
channel_log Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
commands 'call_unsafe_for_result' -> 'call_for_result_unsafe' 2019-06-26 11:04:41 +01:00
git_webhooks DEBUG log when trying to git.io-shorten a github url 2019-06-28 15:29:59 +01:00
ircv3_sasl Fix more instances of event["args"] (now event["line"].args) 2019-06-22 22:08:39 +01:00
line_handler Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg(' 2019-06-26 10:59:52 +01:00
permissions Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg(' 2019-06-26 10:59:52 +01:00
scripts Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
tweets DEBUG log when we get a tweet from a stream 2019-06-28 07:24:06 +01:00
8ball.py
accept_invite.py
admin.py
auto_mode.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
badges.py
badwords.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
birthday.py
bitcoin.py
books.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
bot_channel.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
botlist.py
channel_access.py
channel_op.py channel-only,require-mode,require-access -> channel_only,require_mode,require_access 2019-06-27 21:09:26 +01:00
channel_save.py
check_mode.py
check_urls.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
coins.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
command_suggestions.py unknown_command.py -> command_suggestions.py 2019-06-24 22:58:14 +01:00
config.py
ctcp.py
cve.py
database_backup.py
deferred_read.py add deferred_read.py, to defer parsing of *some* lines until after 001 2019-06-22 22:22:50 +01:00
define.py
dice.py Remove "!" from help strings 2019-06-18 17:33:42 +01:00
duckduckgo.py
ducks.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
echo.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
eval_lua.py
eval_python.py
eval_rust.py
factoids.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
fake_echo.py Change raw.send and raw.receive commands to just pass around ParsedLines 2019-06-22 12:17:45 +01:00
format_activity.py Only show highest channel access symbol in format_activity.py 2019-06-23 10:44:45 +01:00
github.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
google.py
greeting.py
hash.py Don't discard empty command args for !hash 2019-06-23 12:14:06 +01:00
help.py Add missing ">" to !help output 2019-06-22 19:36:54 +01:00
ids.py
ignore.py
imdb.py
imgur.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
in.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
ip_addresses.py catch and format "unknown record type" exceptions 2019-06-25 14:57:03 +01:00
ircv3.py Add ircv3.py - for IRCv3-related stats 2019-06-28 18:36:43 +01:00
ircv3_botignore.py add ircv3_botignore.py, to ignore inspircd.org/bot users 2019-06-19 22:37:03 +01:00
ircv3_chathistory.py Adda system of aliases for CAPs, mostly for changeable draft specs and creating 2019-06-21 17:15:46 +01:00
ircv3_echo_message.py set echo-message response ID to the ID of the original message 2019-06-21 18:22:36 +01:00
ircv3_labeled_responses.py make labeled-response depend on batch 2019-06-23 09:44:59 +01:00
ircv3_message_tracking.py
ircv3_metadata.py Adda system of aliases for CAPs, mostly for changeable draft specs and creating 2019-06-21 17:15:46 +01:00
ircv3_msgid.py Check our own (echoed) msgids 2019-06-21 10:47:39 +01:00
ircv3_multiline.py Adda system of aliases for CAPs, mostly for changeable draft specs and creating 2019-06-21 17:15:46 +01:00
ircv3_resume.py Fix more instances of event["args"] (now event["line"].args) 2019-06-22 22:08:39 +01:00
ircv3_server_time.py
ircv3_sts.py
karma.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
lastfm.py
location.py
message_filter.py
mixed_unicode.py
modules.py
nick_regain.py Fix more instances of event["args"] (now event["line"].args) 2019-06-22 22:08:39 +01:00
nickserv.py
nr.py
perform.py
pong.py
print_activity.py
pronouns.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
quotes.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
random_number.py
relay.py self.bot.trigger() relaying - needed for write loop notification cross-network 2019-06-22 12:46:56 +01:00
rest_api.py 'call_unsafe_for_result' -> 'call_for_result_unsafe' 2019-06-26 11:04:41 +01:00
rot13.py
rss.py Only abort individual RSS feeds when they fail 2019-06-27 18:29:17 +01:00
sed.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
seen.py
shakespeare.py
shorturl.py add !unshorten 2019-06-26 18:09:39 +01:00
signals.py List()ify self.bot.servers.values() as it can change mid-QUIT 2019-06-06 22:39:57 +01:00
silence.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
soundcloud.py
spotify.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
stats.py Add ircv3.py - for IRCv3-related stats 2019-06-28 18:36:43 +01:00
strax.py
strip_color.py
tfl.py
thesaurus.py dont use "|" multi-event syntax. it's weird 2019-06-26 10:59:03 +01:00
timer.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
title.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
to.py
todo.py
trakt.py
translate.py
urbandictionary.py
user_time.py
vote.py 'vote-start-restricted' -> 'votes-start-restricted' so as to avoid find 2019-06-25 20:00:53 +01:00
weather.py Wind speed is given to us in metres per second. convert to kph 2019-06-24 07:30:29 +01:00
wikipedia.py Make root wikipedia command !wikipedia, !wi and !wiki as aliases 2019-06-10 23:06:47 +01:00
wolframalpha.py
words.py
youtube.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00