aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more quotes and stuffGravatar Evelyn2016-10-251-2/+3
* corrected suds pypi linkGravatar jesopo2016-10-231-1/+1
* updated README.mdGravatar jesopo2016-10-231-0/+1
* Add monty python quit quotes!Gravatar Evelyn2016-10-161-1/+3
* Another quit quote! :DGravatar Evelyn2016-10-131-1/+2
* Add Donald Trump, lulzsec to quotesGravatar Evelyn2016-10-091-1/+3
* nrtrains now doesn't break if a platform isn't knownGravatar Evelyn2016-10-091-1/+1
* Add National Rail module w/ arrivalsGravatar Evelyn2016-10-061-0/+75
* tfl improvementsGravatar Evelyn2016-10-031-45/+46
* Hacky s/ /%20/ fixes tflsearch problem. @jesopo: Please look at URL encoding ...Gravatar Evelyn2016-09-271-1/+4
* remove commentsGravatar Evelyn2016-09-261-3/+0
* Add tflvehicle, simplify tflbusGravatar Evelyn2016-09-261-18/+75
* fixed a crash caused by trying to remove a fileno that's not in IRCBot's epol...Gravatar jesopo2016-07-141-1/+4
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2016-07-141-1/+3
|\
| * Add proper no result messageGravatar Evelyn2016-07-141-0/+2
| * Change tflsearch no result messageGravatar Evelyn2016-07-141-1/+1
* | implemented error logging to EventManager (WIP)Gravatar jesopo2016-07-142-4/+15
|/
* fixed duplicate responseGravatar jesopo2016-07-141-1/+2
* added logs.py and changed EventHook objects to know their name.Gravatar jesopo2016-07-132-4/+23
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2016-07-131-3/+3
|\
| * s/tflstop/tflsearch/Gravatar Evelyn2016-07-101-3/+3
* | fixed some crashes in tfl.py.Gravatar jesopo2016-07-131-9/+10
|/
* TfL stop search, 'bus' can now accept proper IDs, fixed issue with time in msGravatar Evelyn2016-07-101-37/+68
* TfL tube line statusGravatar Evelyn2016-07-101-0/+46
* s/tfl-app/tfl-api/Gravatar Evelyn2016-07-091-2/+2
* changed tflbus command to only show next time for each bus, not every single ...Gravatar jesopo2016-07-091-14/+17
* added a way to filter what bus you're looking for at a stop in tfl.py.Gravatar jesopo2016-07-061-3/+9
* changed Utils.get_url to catch SSL errors.Gravatar jesopo2016-07-051-7/+10
* tweaked reconnection logic.Gravatar jesopo2016-07-051-1/+2
* changed channel_op.py to not need an argument for (de)op/(de)voice.Gravatar jesopo2016-07-051-12/+16
* changed tfl.py to show bus stop name.Gravatar jesopo2016-07-051-3/+8
* did some tweaks to tfl.py.Gravatar jesopo2016-06-281-3/+8
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2016-06-281-1/+3
|\
| * We're all fucked. I'm fucked. You're fucked. [...] It's been the biggest cock...Gravatar Evelyn2016-06-271-1/+2
| * Add Walter Ulbricht quoteGravatar Evelyn2016-06-251-1/+2
* | added tfl.py.Gravatar jesopo2016-06-282-1/+48
* | fixed reconnection logic, using the internal timer logic.Gravatar jesopo2016-06-281-7/+6
* | fixed a problem with Database.py.Gravatar jesopo2016-06-281-1/+1
|/
* tweaked karma.py.Gravatar jesopo2016-06-241-4/+5
* added handling URLError to Utils.get_url.Gravatar jesopo2016-06-241-0/+6
* added a part command to admin.py.Gravatar jesopo2016-06-241-0/+7
* fixed a minor (but crash-causing) typo in IRCServer.py.Gravatar jesopo2016-05-171-1/+1
* you know what, this module has too many flaws.Gravatar jesopo2016-05-171-0/+1
* fixed a problem in nickname_aliases.py that made the bot assume root aliases ...Gravatar jesopo2016-05-171-4/+10
* added admin.py, for admin-type things.Gravatar jesopo2016-05-171-0/+19
* added a way to set the bot's nickserv password through a command.Gravatar jesopo2016-05-171-9/+18
* added deop, voice and devoice to channel_op.py.Gravatar jesopo2016-05-171-0/+15
* on second thought, should probably only show people their nickname's permissi...Gravatar jesopo2016-05-171-1/+1
* added a command to show you what permissions you have.Gravatar jesopo2016-05-171-0/+6
* added stats.py.Gravatar jesopo2016-05-091-0/+52