aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* User.id doesn't exist anymore; it's User.get_id()Gravatar jesopo2018-09-191-1/+1
|
* Fix exception in commands.py any time anyone sends an empty orGravatar jesopo2018-09-191-1/+1
| | | | whitespace-prefixed PRIVMSG
* Typo in sasl.py; proceed with sasl regardless of mechanism when using CAP 3.1Gravatar jesopo2018-09-171-1/+1
|
* Fix a copypaste fail that caused sasl.py to have two sasl_success functionsGravatar jesopo2018-09-171-1/+1
|
* Handle 904 (ERR_SASLFAIL) in sasl.pyGravatar jesopo2018-09-171-1/+6
|
* Don't just listen for 'sasl=PLAIN' in IRCv3 CAP 3.2Gravatar jesopo2018-09-171-6/+11
|
* Support EXTERNAL sasl authenticationGravatar jesopo2018-09-171-7/+19
|
* Fix highlight checking in commands.pyGravatar jesopo2018-09-171-3/+3
|
* Add !enablemodule and !disablemodule to modules.pyGravatar jesopo2018-09-131-0/+35
|
* join.py -> bot_channel.py, make the bot channel (default #bitbot) configurableGravatar jesopo2018-09-122-8/+12
|
* Remove boot_time from stats.py, move it to start_time in IRCBot otherwise aGravatar jesopo2018-09-111-2/+1
| | | | module reload of stats.py would reset !uptime
* Typo, event["server"] -> serverGravatar jesopo2018-09-101-1/+1
|
* Replace bit.ly with is.gd. No API key, no beeping Bit. It's a win win!Gravatar dngfx2018-09-091-10/+10
|
* There's nothing regular about these expressions.Gravatar dngfx2018-09-091-1/+1
|
* Fix an incorrect call to event["stderr"] in karma.pyGravatar jesopo2018-09-091-3/+7
|
* Make commands be processed under received.message.* at PRIORITY_LOW, eat theGravatar jesopo2018-09-092-6/+8
| | | | event when it's done, change karma.py to use PRIORITY_MONITOR
* Change default priority to "medium", add priority lower than "low" ("monitor")Gravatar jesopo2018-09-091-1/+1
|
* Change bitly.py to use delimited eventsGravatar jesopo2018-09-091-6/+5
|
* Tidy up indentation in tweets.pyGravatar jesopo2018-09-091-38/+18
|
* Fix up tweets.pyGravatar dngfx2018-09-091-12/+15
|
* Make URL shortening generic in tweets.pyGravatar dngfx2018-09-091-6/+6
|
* Fix spacing.Gravatar dngfx2018-09-091-1/+0
|
* Utilise !serverset in more modulesGravatar jesopo2018-09-094-1/+14
|
* Add nickserv-password and sasl to !serversetGravatar jesopo2018-09-092-11/+13
|
* Don't add a qualifier for server settingsGravatar jesopo2018-09-091-2/+2
|
* Add !serverset and !servergetGravatar jesopo2018-09-092-8/+24
|
* Switch set.py to use delimited eventsGravatar jesopo2018-09-091-18/+15
|
* i dun fixed it!Gravatar dngfx2018-09-091-2/+3
|
* h8 everything right nowGravatar dngfx2018-09-092-3/+4
|
* WOOP WOOP THAT'S THE SOUND OF LINKS FOR TWEETSGravatar dngfx2018-09-092-17/+45
|
* Better indentation in commands.pyGravatar jesopo2018-09-091-9/+3
|
* Fix a few nigglesGravatar dngfx2018-09-092-18/+21
|
* Grammar fixGravatar dngfx2018-09-091-2/+2
|
* A shakespear insult generator, with optional target. Because why not?Gravatar dngfx2018-09-091-0/+74
|
* FONT_RESET should be FONT_COLOR, also more string wizardry in ducks.py!Gravatar dngfx2018-09-092-6/+10
|
* String formatting exists and it is a wonderful thing.Gravatar dngfx2018-09-091-20/+27
|
* Add channel prefix to .usage (So it shows .8ball <question> instead of just ↵Gravatar dongfix2018-09-092-13/+21
| | | | | | 8ball <question>, based on the channel's prefix) Updated ducks.py, more efficient code and style tweaks.
* Make google.py show the search term in the results.Gravatar dngfx2018-09-081-2/+2
|
* Clean up combining new.channel and __init__ channel bootstrappingGravatar jesopo2018-09-081-10/+5
|
* Bootstrap properly on module reload.Gravatar dngfx2018-09-081-1/+11
|
* Trim garbage code.Gravatar dngfx2018-09-081-3/+0
|
* More duck timing tweaksGravatar dngfx2018-09-081-1/+1
|
* Correct comparisonGravatar dngfx2018-09-081-2/+2
|
* Typo fix.Gravatar dngfx2018-09-081-1/+1
|
* Full metal duck.Gravatar dngfx2018-09-081-1/+1
|
* Refactor ducks.py to make sense.Gravatar dngfx2018-09-081-50/+35
|
* Remove old ducks.pyGravatar dngfx2018-09-081-263/+0
|
* More 8ball answers.Gravatar dngfx2018-09-081-1/+7
|
* Remove debug code.Gravatar dngfx2018-09-081-1/+0
|
* Remove unused code.Gravatar dngfx2018-09-081-1/+0
|