aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better indentation in commands.pyGravatar jesopo2018-09-091-9/+3
* Merge pull request #19 from dngfx/master•••I have no idea why ducks.py is in here. Google.py update.Gravatar jesopo2018-09-094-40/+136
|\
| * Merge branch 'master' into masterGravatar jesopo2018-09-090-0/+0
| |\ | |/ |/|
* | Clean up combining new.channel and __init__ channel bootstrappingGravatar jesopo2018-09-081-10/+5
* | Merge pull request #18 from dngfx/master•••Ducks.py refresh!Gravatar jesopo2018-09-082-171/+275
|\ \
| | * 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 8...•••Updated ducks.py, more efficient code and style tweaks. Gravatar dongfix2018-09-092-13/+21
| | * 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
| * Tweak duck timing.Gravatar dngfx2018-09-081-1/+1
| * 8ball answer updates and ducks.py fix.Gravatar dngfx2018-09-082-2/+7
| * PEP8 Compliance.Gravatar dngfx2018-09-081-3/+6
| * Rename ducks_old.py to stop it getting autoloaded.Gravatar dngfx2018-09-081-0/+0
| * New and fresh ducks.py! And an 8ball.py adjustment...!Gravatar dngfx2018-09-084-283/+531
| * Set unique user properly.Gravatar dngfx2018-09-081-3/+4
| * Ducks new progressGravatar dngfx2018-09-082-6/+120
|/
* Remove starttls.py, it's harder than I thought.Gravatar jesopo2018-09-071-26/+0
* Support IRCv3's tls/STARTTLSGravatar jesopo2018-09-073-11/+36
* Listen for 903 for sasl success, not 900Gravatar jesopo2018-09-071-1/+1
* Support IRCv3's cap-notifyGravatar jesopo2018-09-071-1/+10
* Only "finish" a sasl handshake when we get a 900Gravatar jesopo2018-09-071-0/+3
* Support CAP 3.2Gravatar jesopo2018-09-073-18/+42
* Support server-time, even if it's ignored for the momentGravatar jesopo2018-09-071-1/+1
* Set +o/+v on a user if they're in the channel at the time of !addop/!addvoiceGravatar jesopo2018-09-061-0/+3
* addvoice/removevoice should use "v" not "o"Gravatar jesopo2018-09-061-2/+2
* Only do automode when a user is identified, also do automode on an IRCv3•••ACCOUNT command Gravatar jesopo2018-09-062-6/+13
* Finally implement auto_mode.py!Gravatar jesopo2018-09-061-11/+61
* Don't strip out empty arguments on commands.pyGravatar jesopo2018-09-061-1/+1
* Add !topic and !topicappend in channel_op.pyGravatar jesopo2018-09-062-23/+33
* Add !ignore and !unignore in commands.pyGravatar jesopo2018-09-061-10/+35