bitbot-3.11-fork/modules
2019-07-15 14:27:04 +01:00
..
channel_log Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
commands replace \n\n with \n in command outputs 2019-07-15 14:27:04 +01:00
git_webhooks Show new label for PR 'labeled' events 2019-07-09 09:46:25 +01:00
ircv3_sasl Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
line_handler "paramatered" -> "parametered" 2019-07-04 17:23:36 +01:00
permissions Automatically format example text for OptionsSetting (showing options) 2019-06-29 21:33:26 +01:00
scripts
tweets Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
8ball.py
accept_invite.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
admin.py Add !editserver command 2019-07-04 13:15:51 +01:00
auto_mode.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
badges.py
badwords.py
birthday.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
bitcoin.py
books.py
bot_channel.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
botlist.py
botsnack.py bots need snacks too 2019-07-11 13:42:21 +01:00
channel_access.py
channel_keys.py unset saved channel key on -k 2019-07-03 08:29:47 +01:00
channel_op.py add ability to disable !mute for networks that dont support mutes 2019-07-10 08:57:08 +01:00
channel_save.py Intercept JOINs and attach known keys (channel_keys.py) 2019-07-02 21:38:31 +01:00
check_mode.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
check_urls.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
coins.py
command_suggestions.py
config.py use raw/unformatted Setting usage strings for require_setting output 2019-07-02 20:59:39 +01:00
ctcp.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
cve.py
database_backup.py
deferred_read.py
define.py Show an error (instead of throwing) when !define gets a 404 2019-07-03 07:59:12 +01:00
dice.py
duckduckgo.py
ducks.py '+= 1' -> '+= value' 2019-07-02 23:36:18 +01:00
echo.py
eval_lua.py
eval_python.py
eval_rust.py
factoids.py
fake_echo.py
format_activity.py return parsed modes from IRCChannel.parse_modes, pass through mode events 2019-07-03 08:13:28 +01:00
github.py 'auto-github' should be a BoolSetting, not a Setting 2019-06-28 23:26:53 +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
help.py
ids.py
ignore.py Make ignore logic PRIORITY_HIGH so it catches before format events 2019-07-01 20:13:16 +01:00
imdb.py
imgur.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
in.py
ip_addresses.py catch and prettify dns.exception.DNSException 2019-07-09 12:18:52 +01:00
ircv3.py Show IRCd 'version' string in !specsup output 2019-06-29 22:44:05 +01:00
ircv3_botignore.py ircv3_botignore.py should use HIGH priority 2019-07-09 21:25:43 +01:00
ircv3_chathistory.py
ircv3_echo_message.py
ircv3_labeled_responses.py
ircv3_message_tracking.py
ircv3_metadata.py
ircv3_msgid.py
ircv3_multiline.py mulitline-concat shouldn't be a c2c tag 2019-07-02 12:09:56 +01:00
ircv3_resume.py
ircv3_server_time.py
ircv3_sts.py
karma.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
kick-rejoin.py support enabling kick-rejoin per channel 2019-07-11 22:18:10 +01:00
lastfm.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
location.py Include town name, when available, in user location name 2019-06-30 10:41:25 +01:00
message_filter.py
mixed_unicode.py
modules.py
nick_regain.py
nickserv.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
nr.py
ops.py add help and channel_only kwargs to !ops 2019-07-09 21:24:35 +01:00
perform.py Revamp perform.py (including adding channel-performs) 2019-07-02 20:46:00 +01:00
pong.py
print_activity.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
pronouns.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
quotes.py remove last quote if none is provided in !qdel 2019-07-11 20:47:39 +01:00
random_number.py
relay.py Add setting to disable relaying joins/parts/quits/modes/etc 2019-07-02 07:41:48 +01:00
rest_api.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
rot13.py
rss.py use entry["link"] for unique checking if entry["id"] isn't available 2019-07-08 15:56:19 +01:00
sed.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
seen.py
shakespeare.py
shorturl.py OptionsSetting ctor should have empty options when using options_factory 2019-06-29 23:23:57 +01:00
signals.py
silence.py
slowvoice.py 'evnet' -> 'event' typo 2019-07-09 20:58:02 +01:00
soundcloud.py
spotify.py
stats.py
strax.py
strip_color.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
tfl.py
thesaurus.py
timer.py
title.py Actually use sanitised url when getting <title> 2019-07-02 14:36:18 +01:00
to.py
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
urbandictionary.py improve !ud regex 2019-07-02 14:53:08 +01:00
user_time.py
vote.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
weather.py use stdout.append_prefix to put user nickname in without color 2019-07-03 14:04:36 +01:00
wikipedia.py
wolframalpha.py
words.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00
youtube.py Refactor set/channelset/serverset/botset in to 'utils.Setting' objects 2019-06-28 23:16:05 +01:00