..
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
tweets
use "extended" tweet mode so long tweets are not truncated
2019-07-15 14:27:37 +01:00
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
badwords.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
birthday.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
bitcoin.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
books.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
bot_channel.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
botlist.py
Add !botlist and !rollcall
2019-05-12 22:37:08 +01:00
botsnack.py
bots need snacks too
2019-07-11 13:42:21 +01:00
channel_access.py
Support 'channel-access' check request referencing current channel
2019-06-16 20:45:14 +01:00
channel_keys.py
unset saved channel key on -k
2019-07-03 08:29:47 +01:00
channel_op.py
'event' doesn't exist in _ban
2019-07-17 14:59:25 +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_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
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
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
fix cve.py helpstring
2019-05-25 21:44:50 +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
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
Remove "!" from help strings
2019-06-18 17:33:42 +01:00
duckduckgo.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
ducks.py
'+= 1' -> '+= value'
2019-07-02 23:36:18 +01:00
echo.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
eightball.py
8ball.py -> eightball.py
2019-07-26 11:16:04 +01:00
eval_lua.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
eval_python.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
eval_rust.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
Change raw.send and raw.receive commands to just pass around ParsedLines
2019-06-22 12:17:45 +01:00
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
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
ignore.py
Make ignore logic PRIORITY_HIGH so it catches before format events
2019-07-01 20:13:16 +01:00
imdb.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
imgur.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
in.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
ip_addresses.py
put a 4-second lifetime timeout on dns requests
2019-07-16 16:58:40 +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
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
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
mulitline-concat shouldn't be a c2c tag
2019-07-02 12:09:56 +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
Add an export for IRCv3 CAPs
2019-06-20 16:52:23 +01:00
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
lowerify isup.py's _name
2019-07-16 17:25:46 +01:00
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
expose reverse geocoding through exports
2019-07-16 16:42:13 +01:00
message_filter.py
Add missing --depends-on hashflags
2019-06-19 22:14:13 +01:00
mixed_unicode.py
Move all logic related to score reasons until after we've checked if we have
2018-11-20 20:43:26 +00:00
modules.py
Catch a module not being "found" in modules.py
2019-06-19 23:11:56 +01:00
nick_regain.py
Fix more instances of event["args"] (now event["line"].args)
2019-06-22 22:08:39 +01:00
nickserv.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
nr.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
onionoo.py
Adds an Onionoo module for looking up Tor relays
2019-07-26 13:35:05 +01:00
ops.py
add help and channel_only kwargs to !ops
2019-07-09 21:24:35 +01:00
perform.py
Remove debug print from perform.py
2019-07-22 12:32:54 +01:00
pong.py
Remove "!" from help strings
2019-06-18 17:33:42 +01:00
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
rss.py
Don't try to get rss urls when there are none
2019-07-16 10:45:29 +01:00
sed.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
seen.py
Add missing --depends-on hashflags
2019-06-19 22:14:13 +01:00
shakespeare.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
shorturl.py
have !unshorten look back throgh logs for a url
2019-07-23 18:07:47 +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
slowvoice.py
'evnet' -> 'event' typo
2019-07-09 20:58:02 +01:00
soundcloud.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
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
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
strip_color.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
tfl.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
thesaurus.py
dont use "|" multi-event syntax. it's weird
2019-06-26 10:59:03 +01:00
throttle.py
add throttle.py
2019-07-23 17:46:40 +01:00
timer.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
title.py
Actually use sanitised url when getting <title>
2019-07-02 14:36:18 +01:00
to.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +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
wider watch for failed translation
2019-07-22 13:59:50 +01:00
urbandictionary.py
improve !ud regex
2019-07-02 14:53:08 +01:00
user_time.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
vote.py
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
2019-06-28 23:16:05 +01:00
weather.py
use reverse geocoding to turn location to latlon for weather
2019-07-16 16:42:32 +01:00
wikipedia.py
Make root wikipedia command !wikipedia, !wi and !wiki as aliases
2019-06-10 23:06:47 +01:00
wolframalpha.py
Add depends-on
hashflags to relevant modules
2019-05-25 21:40:06 +01:00
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