bitbot-3.11-fork/modules
2019-10-15 10:53:29 +01:00
..
channel_log
commands Remove @staticmethod 2019-10-12 18:30:22 +02:00
fediverse actually explicitly strip "unknown" html tags from fedi notes 2019-10-14 10:46:15 +01:00
git_webhooks remove unused util functions in git_webhooks/gitea.py 2019-10-15 10:53:29 +01:00
ircv3_sasl make 'sasl' setting 'sensitive' 2019-10-07 13:12:17 +01:00
line_handler
permissions only FORCE_SUCCESS for masterlogin when there's a permissions requirement 2019-10-09 14:29:25 +01:00
scripts Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
tweets refactor multi-line-to-line normalisation to utils.parse.line_normalise(), use it in rss.py 2019-10-10 10:33:18 +01:00
accept_invite.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
acronym.py
admin.py we need both id and server for !disconnect 2019-10-10 18:02:55 +01:00
badges.py change badges.py to use utils.datetime_utcnow() - less code dupe 2019-10-10 12:17:10 +01:00
badwords.py
birthday.py Switch more settings to FunctionSettings 2019-09-04 14:27:10 +01:00
bitcoin.py
bot_channel.py
botlist.py
channel_access.py allow all preprocess.command and check.command failures to have a message 2019-09-26 12:14:55 +01:00
channel_blacklist.py
channel_keys.py
channel_op.py show $n/$u/$h for ban-format-account help too 2019-10-08 15:08:16 +01:00
channel_save.py batch up channel_save.py JOINs in to groups of 10 2019-07-22 12:42:43 +01:00
check_certificate.py
check_mode.py
coins.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00
command_suggestions.py unknown_command.py -> command_suggestions.py 2019-06-24 22:58:14 +01:00
config.py Setting.format() should effect when you change a setting, mostly for 2019-10-07 13:11:58 +01:00
ctcp.py
cve.py append "CVE-" to CVE ids without it 2019-09-18 17:51:08 +01:00
database_backup.py add .back suffix to database backups 2019-10-14 18:13:43 +01:00
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 default !roll to 1d6 2019-09-26 14:48:05 +01:00
duckduckgo.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
ducks.py Set duck_lines to -1 when a duck is waiting to quack - do not allow bef/trap 2019-10-15 10:33:13 +01:00
echo.py
eightball.py add !8 as alias of !8ball 2019-09-09 14:25:19 +01:00
eval_lua.py refactor utils.http.requests to support a Request object 2019-09-11 17:44:07 +01:00
eval_python.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
factoids.py implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
fake_echo.py 'seperate_hostmask()' -> 'parse_hostmask()' 2019-09-16 18:43:57 +01:00
format_activity.py update channel.topic_setter-related code 2019-09-16 18:41:47 +01:00
github.py eat errors for failing to parse @commit 2019-10-14 14:03:47 +01:00
google.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
greeting.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
hash.py Show available hash algorithms when none is provided 2019-07-28 16:41:12 +01:00
help.py move !which to help.py 2019-10-08 14:48:39 +01:00
highlight_spam.py remove debug print 2019-08-14 14:51:07 +01:00
ids.py add !myaccount 2019-09-17 15:15:54 +01:00
ignore.py preprocess.command returns now need action, message returns 2019-10-04 12:05:28 +01:00
imdb.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
imgur.py
in.py
info.py
ip_addresses.py
ircv3.py
ircv3_botignore.py
ircv3_chathistory.py
ircv3_echo_message.py
ircv3_labeled_responses.py make labeled-response depend on batch 2019-06-23 09:44:59 +01:00
ircv3_message_tracking.py Prefix names for all IRCv3 modules with "ircv3_" 2019-06-03 12:44:04 +01:00
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
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 Ignore sts tokens on plain-text connections if no port key is provided 2019-06-10 14:01:58 +01:00
isup.py !isupraw -> !tcpup 2019-10-08 16:02:29 +01:00
karma.py Show 0 karma in the colour of gold™ 2019-10-11 23:23:58 -07:00
kick-rejoin.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00
lastfm.py
location.py Switch more settings to FunctionSettings 2019-09-04 14:27:10 +01:00
markov.py ignore invalid utf8 in markov log imports 2019-10-10 16:36:59 +01:00
message_filter.py
modules.py add ModuleManager.try_reload_modules(), to try reloading in a transaction 2019-10-14 12:56:04 +01:00
mumble.py
nick_regain.py transient timers shouldn't use the event system 2019-10-08 13:49:55 +01:00
nickserv.py use utils.SensitiveSetting in nickserv.py 2019-09-12 12:17:52 +01:00
nr.py
onionoo.py
ops.py add help and channel_only kwargs to !ops 2019-07-09 21:24:35 +01:00
perform.py
pong.py
print_activity.py
pronouns.py
proxy.py
quotes.py better help/usage for quote.py commands 2019-10-04 15:25:53 +01:00
random_number.py
relay.py combine find_setting() and find_setting_prefix() on user/channel/server/bot 2019-10-07 12:46:52 +01:00
rest_api.py combine find_setting() and find_setting_prefix() on user/channel/server/bot 2019-10-07 12:46:52 +01:00
rot13.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
rss.py refactor multi-line-to-line normalisation to utils.parse.line_normalise(), use it in rss.py 2019-10-10 10:33:18 +01:00
rust.py
sed.py
seen.py
shorturl.py Add IntRangeSetting, reorder OptionsSetting arg order 2019-08-30 14:40:54 +01:00
signals.py add ModuleManager.try_reload_modules(), to try reloading in a transaction 2019-10-14 12:56:04 +01:00
silence.py
soundcloud.py return matching string from buffer.find() as most uses were redundantly regexing 2019-08-13 13:48:03 +01:00
spotify.py Add depends-on hashflags to relevant modules 2019-05-25 21:40:06 +01:00
stats.py server.hostmask() already exists 2019-10-10 12:19:34 +01:00
strip_color.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
strip_otr.py add strip_otr.py 2019-09-16 15:29:09 +01:00
tfl.py
thesaurus.py dont use "|" multi-event syntax. it's weird 2019-06-26 10:59:03 +01:00
throttle.py
title.py also split auto-title words on / 2019-10-09 12:58:25 +01:00
to.py only allow !to against users bitbot has seen before 2019-10-04 15:20:38 +01:00
todo.py consistently use 'todo list' vs 'todo' 2019-07-11 10:11:21 +10:00
trakt.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
translate.py utf8-decode translation data 2019-09-24 12:47:16 +01:00
urbandictionary.py
user_time.py
vote.py '.values()' -> '.items()' 2019-10-10 17:16:00 +01:00
weather.py
wikipedia.py Make root wikipedia command !wikipedia, !wi and !wiki as aliases 2019-06-10 23:06:47 +01:00
wolframalpha.py Fix typo 2019-10-02 00:37:59 +02:00
words.py
youtube.py only show youtu.be url when one was not provided 2019-10-08 11:39:14 +01:00