aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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-072-6/+26
* Listen for 903 for sasl success, not 900Gravatar jesopo2018-09-071-1/+1
* Only "finish" a sasl handshake when we get a 900Gravatar jesopo2018-09-071-0/+3
* Support CAP 3.2Gravatar jesopo2018-09-071-2/+9
* 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-061-6/+11
* 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-061-23/+31
* Add !ignore and !unignore in commands.pyGravatar jesopo2018-09-061-10/+35
* Support account-tag in permissions.pyGravatar jesopo2018-09-051-1/+2
* Typo in channel_save; channes -> channelsGravatar jesopo2018-09-051-1/+1
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2018-09-051-1/+1
|\
| * Merge pull request #17 from dngfx/master•••Update duck timerGravatar jesopo2018-09-051-1/+1
| |\
| | * Update duck timerGravatar dngfx2018-09-041-1/+1
* | | Add !givecoins to coins.pyGravatar jesopo2018-09-051-8/+29
|/ /
* | protect_registered doesn't exist anymoreGravatar jesopo2018-09-051-2/+2
* | Get user to do get_id() on in coins.pyGravatar jesopo2018-09-051-1/+2
* | Add another control to prevent coin duplication if someone manages to send coins•••to themselves Gravatar jesopo2018-09-051-1/+5
* | Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-055-12/+11
* | Support IRCv3's account-notify/extended-join along with WHOX to replace internal•••register/identify Gravatar jesopo2018-09-051-36/+49
|/
* twitter.py -> tweets.pyGravatar jesopo2018-09-041-3/+3
* Fix a huge security issue: sign users out when they change nicknameGravatar jesopo2018-09-041-3/+10
* Send message-tags through PRIVMSG, NOTICE and !commandsGravatar jesopo2018-09-031-2/+3
* Add !reconnect in admin.pyGravatar jesopo2018-09-031-9/+12
* Add database_backup.py for rotated database backupsGravatar jesopo2018-09-031-0/+28
* Only offer sasl when we have sasl authentication to sendGravatar jesopo2018-09-031-1/+2
* Remove channel from autojoin when BitBot parts itGravatar jesopo2018-09-031-4/+10
* Support IRCv3's chghost and invite-notifyGravatar jesopo2018-09-031-2/+3