.. |
channel_log
|
|
|
commands
|
|
|
fediverse
|
|
|
git_webhooks
|
|
|
ircv3_sasl
|
|
|
line_handler
|
get account id (not just account name) from WHOX
|
2019-10-20 18:27:06 +01:00 |
permissions
|
only FORCE_SUCCESS for masterlogin when there's a permissions requirement
|
2019-10-09 14:29:25 +01:00 |
scripts
|
|
|
tweets
|
also support twitter mobile urls
|
2019-10-20 17:10:01 +01:00 |
accept_invite.py
|
|
|
acronym.py
|
|
|
admin.py
|
|
|
badges.py
|
|
|
badwords.py
|
|
|
birthday.py
|
|
|
bitcoin.py
|
|
|
bot_channel.py
|
|
|
botlist.py
|
Add !botlist and !rollcall
|
2019-05-12 22:37:08 +01:00 |
channel_access.py
|
|
|
channel_blacklist.py
|
disregard empty JOIN channel params (e.g. "JOIN #bad,")
|
2019-09-07 12:58:20 +01:00 |
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
|
|
|
command_suggestions.py
|
|
|
config.py
|
Setting.format() should effect when you change a setting, mostly for
|
2019-10-07 13:11:58 +01:00 |
ctcp.py
|
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
|
2019-06-28 23:16:05 +01:00 |
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
|
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
|
|
|
echo.py
|
|
|
eightball.py
|
|
|
eval_lua.py
|
|
|
eval_python.py
|
|
|
factoids.py
|
|
|
fake_echo.py
|
'seperate_hostmask()' -> 'parse_hostmask()'
|
2019-09-16 18:43:57 +01:00 |
format_activity.py
|
|
|
github.py
|
|
|
google.py
|
|
|
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
|
|
|
highlight_spam.py
|
|
|
ids.py
|
add !myaccount
|
2019-09-17 15:15:54 +01:00 |
ignore.py
|
|
|
imdb.py
|
|
|
imgur.py
|
|
|
in.py
|
|
|
info.py
|
|
|
ip_addresses.py
|
|
|
ircv3.py
|
|
|
ircv3_botignore.py
|
ircv3_botignore.py should use HIGH priority
|
2019-07-09 21:25:43 +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
|
Revert ".eat()ing privmsg/notice send should be high priority"
|
2019-07-30 15:01:29 +01:00 |
ircv3_labeled_responses.py
|
|
|
ircv3_message_tracking.py
|
|
|
ircv3_metadata.py
|
|
|
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
|
|
|
isup.py
|
put a permission restriction on !tcpup - it could be abused for port scanning
|
2019-10-18 15:18:46 +01:00 |
karma.py
|
|
|
kick-rejoin.py
|
|
|
lastfm.py
|
|
|
location.py
|
Switch more settings to FunctionSettings
|
2019-09-04 14:27:10 +01:00 |
markov.py
|
|
|
message_filter.py
|
|
|
modules.py
|
|
|
mumble.py
|
|
|
nick_regain.py
|
|
|
nickserv.py
|
|
|
nr.py
|
|
|
onionoo.py
|
|
|
ops.py
|
|
|
perform.py
|
|
|
pong.py
|
Remove "!" from help strings
|
2019-06-18 17:33:42 +01:00 |
print_activity.py
|
|
|
pronouns.py
|
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
|
2019-06-28 23:16:05 +01:00 |
proxy.py
|
Switch more settings to FunctionSettings
|
2019-09-04 14:27:10 +01:00 |
quotes.py
|
|
|
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
|
major security fix: adding api keys should be admin-only
|
2019-10-18 15:17:04 +01:00 |
rot13.py
|
|
|
rss.py
|
|
|
rust.py
|
|
|
sed.py
|
|
|
seen.py
|
|
|
shorturl.py
|
Add IntRangeSetting, reorder OptionsSetting arg order
|
2019-08-30 14:40:54 +01:00 |
signals.py
|
|
|
silence.py
|
|
|
soundcloud.py
|
|
|
spotify.py
|
|
|
stats.py
|
|
|
strip_color.py
|
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
|
2019-06-28 23:16:05 +01:00 |
strip_otr.py
|
|
|
tfl.py
|
|
|
thesaurus.py
|
|
|
throttle.py
|
|
|
title.py
|
also split auto-title words on /
|
2019-10-09 12:58:25 +01:00 |
to.py
|
|
|
todo.py
|
|
|
trakt.py
|
|
|
translate.py
|
|
|
urbandictionary.py
|
|
|
user_time.py
|
|
|
vote.py
|
Fix !startvote advice on voting on the started vote
|
2019-10-25 14:21:47 +01:00 |
weather.py
|
|
|
wikipedia.py
|
|
|
wolframalpha.py
|
|
|
words.py
|
|
|
youtube.py
|
comma-separate likes/dislikes for youtube videos
|
2019-10-25 15:07:30 +01:00 |