bitbot-3.11-fork/modules
2019-01-29 00:08:21 +00:00
..
github Use .lower() on nickname, as we're using that on s and nickname_lower uses 2019-01-26 10:53:28 +00:00
scripts Add scripts.py, to support basic modules in languages other than python 2018-09-29 09:45:08 +01:00
8ball.py Minor code styling change in modules/8ball.py 2018-11-17 12:48:42 +00:00
accept_invite.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
admin.py Add !disconnect to admin.py 2018-11-20 14:27:24 +00:00
auto_mode.py The event fired when we get an account-notify message iss 2019-01-27 07:16:41 +00:00
badges.py Typo, '==' -> '=' 2018-12-22 09:36:13 +00:00
badwords.py 'continue' -> 'return' in moules/badwords.py 2018-10-28 14:02:43 +00:00
bitcoin.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
books.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
bot_channel.py Add 'bot-channel' config in bot.conf.example and use it, if present, in 2018-12-06 12:13:59 +00:00
channel_access.py Delete a user's 'access' channel setting when they have no permissions left 2019-01-29 00:02:56 +00:00
channel_op.py Add require_access to commands on channel_op.py 2019-01-29 00:08:21 +00:00
channel_save.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
check_mode.py Add a way to force success and force failure of a command permission check 2019-01-28 23:29:52 +00:00
check_urls.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
coins.py Prevent users partaking in the lottery if doing so would put their coin total 2019-01-25 16:04:10 +00:00
commands.py Check a return is truthy before we decide it's an error (command.py) 2019-01-28 23:57:12 +00:00
ctcp.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +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
define.py Add missing .data on a utils.http.request Response object (define.py) 2018-12-15 22:56:04 +00:00
dice.py range()'s upper bound is not inclusive 2018-11-17 12:29:24 +00:00
ducks.py Better constifying of color/font chars 2018-11-13 16:02:26 +00:00
eval_lua.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
eval_python.py Check if page is null before trying to access page.data (eval_python.py) 2019-01-15 12:39:27 +00:00
eval_rust.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
factoids.py 'factoid' -> 'value' 2018-11-18 11:18:37 +00:00
google.py Channels are 'target' in command events 2018-12-15 22:57:38 +00:00
greeting.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
hash.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
haveibeenpwned.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
ids.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
imdb.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
imgur.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
in.py Use send.stdout in modules/in.py 2018-11-21 20:05:08 +00:00
ip_addresses.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
isgd.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
karma.py Don't put channel messages as low priority, so we can still catch "bitbot: ++" 2019-01-25 23:53:53 +00:00
lastfm.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
line_handler.py Use target (after prefixes lstrip) to get channel object (line_handler.py) 2019-01-27 22:43:35 +00: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 typo in modules.py, '_reload' -> 'self._reload' 2018-12-02 09:19:03 +00:00
nickserv.py Remove unneeded \n 2018-10-03 16:00:07 +01:00
nr.py NR: list only called/total full count for service 2018-12-20 23:53:40 +00:00
perform.py Fix the order of some connection params, add alias as a seperate argument to 2018-11-05 18:30:39 +00:00
permissions.py serverset identity-mechanism should be in modules/permissions.py 2018-11-02 11:08:03 +00:00
pong.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
print_activity.py Actually use new sender arg for _on_notice() (print_activity.py) 2019-01-17 14:51:44 +00:00
quit.py Quit: We're getting there 2018-12-20 23:45:30 +00:00
quotes.py Pass category arg to _set_quotes in quote_add (quotes.py) 2019-01-26 16:06:15 +00:00
random_number.py 'guid' -> 'uuid' as apparently guid is microsoft's name for a uuid 2019-01-14 21:37:14 +00:00
rest_api.py I totally forgot that we don't need flask. at all. 2019-01-24 19:17:31 +00:00
resume.py Remove unneeded string literal for resume CAP 2018-11-09 11:15:07 +00:00
rot13.py Add modules/rot13.py 2018-10-11 12:44:22 +01:00
sasl.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
scripts.py Update modules/scripts.py to use utils.parse.hashflags instead of 2018-11-05 12:15:54 +00:00
sed.py Add type/return hints throughout src/ and, in doing so, fix some cyclical 2018-10-30 14:58:48 +00:00
seen.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
set.py "set" -> "channelset" for channel-related unset (set.py) 2019-01-10 22:43:12 +00:00
shakespeare.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
signals.py Only gracefully handle SIGINT once 2018-12-03 19:46:15 +00:00
soundcloud.py Handle !soundcloud returning no results (soundcloud.py) 2019-01-08 10:14:21 +00:00
spotify.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
stats.py Sort nicknames case-insensitively (stats.py) 2018-12-26 23:24:43 +00:00
strax.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
strip_color.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
sts.py INFO instead of TRACE log for STS policy setting and connection upgrade 2018-11-08 12:21:54 +00:00
tfl.py bus_stop isnt a Response object (tfl.py) 2019-01-21 10:46:23 +00:00
thesaurus.py Correctly handle a 404 in thesaurus.py 2018-12-16 11:03:36 +00:00
timer.py 'recevied' -> 'received' (timer.py) 2018-12-20 23:55:45 +00:00
title.py Error log failure to get title of a url (title.py) 2019-01-21 14:39:20 +00:00
to.py Move src/Utils.py in to src/utils/, splitting functionality out in to modules of 2018-10-03 13:22:37 +01:00
todo.py Change all instances of stdout.write+return to raise utils.EventError in 2018-10-16 15:09:58 +01:00
trakt.py Re-add accidentally removed ":" in trakt.py 2018-12-11 22:27:58 +00:00
translate.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
tweets.py We only need one '-' between tweet content and short url (tweets.py) 2019-01-21 19:36:25 +00:00
upc.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
urbandictionary.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
weather.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
wikipedia.py 'utils.http.get_url' -> 'utils.http.request', return a Response object from 2018-12-11 22:26:38 +00:00
wolframalpha.py Use the correct namespace for HTTPTimeoutException (wolframalpha) 2019-01-20 19:05:50 +00:00
words.py Typo in words.py: 'strippped_word' -> 'stripped_word' 2019-01-04 12:36:38 +00:00
youtube.py 'EventResultError' -> 'EventsResultsError' typo (maybe this should actually be 2019-01-21 19:32:37 +00:00