aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ReformatGravatar dngfx2018-08-3160-816/+1346
* Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITsGravatar jesopo2018-08-311-1/+1
* A start on .decoy for ducks.Gravatar dngfx2018-08-311-8/+34
* Revert the god awful database edits I made and make ducks.py convert to int. ...Gravatar dngfx2018-08-312-17/+13
* Apparently i auto-reformatted the code. Either way I fixed ducks spawning end...Gravatar dngfx2018-08-311-16/+25
* Make channel values being inserted into SQLite integers if they're numbers.•••Update ducks.py, you can now .bef and .bang! Coming soon: .friends, .killers, and .ducks Update google to use gb instead of us. We're British goddamnit. Gravatar dngfx2018-08-313-2/+182
* Update strax generator with a bunch of new phrases and attacks.Gravatar dngfx2018-08-301-1/+1
* use assure_call for trakt.py and lastfm.pyGravatar jesopo2018-08-302-2/+2
* Merge pull request #6 from jesopo/master•••Pull fixesGravatar dongfix2018-08-301-0/+4
|\
| * return "None" timeouts when there's no servers in IRCBot.serversGravatar jesopo2018-08-301-0/+4
| * Database.add_server -> Database.servers.addGravatar jesopo2018-08-301-1/+1
| * Merge pull request #5 from dngfx/master•••Strax nonsenseGravatar jesopo2018-08-301-3/+8
| |\
| * | Add missing comma in strax.pyGravatar jesopo2018-08-301-1/+1
| * | Merge pull request #4 from dngfx/master•••Fix strax.py to randomise other things and fix random choice 1,2Gravatar jesopo2018-08-301-3/+3
| |\ \
| * \ \ Merge pull request #3 from dngfx/master•••STRAAAAAAAAAAAAAAXGravatar jesopo2018-08-301-0/+33
| |\ \ \
| * | | | Log exceptions when calling eventsGravatar jesopo2018-08-302-16/+14
* | | | | Merge in (#5)•••* Log exceptions when calling events * Add missing comma in strax.py * Database.add_server -> Database.servers.add Gravatar dongfix2018-08-301-1/+1
* | | | | Update strax generator with a bunch of new phrases and attacks.Gravatar dngfx2018-08-301-14/+20
| |_|_|/ |/| | |
* | | | Update strax generator to make more sense when exclaiming instead of question...Gravatar dongfix2018-08-301-3/+8
* | | | Add missing comma in strax.pyGravatar jesopo2018-08-301-1/+1
| |_|/ |/| |
* | | Fix strax.py to randomise other things and fix random choice 1,2Gravatar dongfix2018-08-301-3/+3
| |/ |/|
* | Add strax.py .strax command.Gravatar dongfix2018-08-301-0/+33
* | Log exceptions when calling eventsGravatar jesopo2018-08-302-16/+14
|/
* Load whitelist in start.py, pass to ModuleManager.load_modulesGravatar jesopo2018-08-302-6/+8
* Return config from Config.load_config instead of setting it on botGravatar jesopo2018-08-302-3/+4
* IRCServer.remove_own_mode doesn't take an "arg"Gravatar jesopo2018-08-301-1/+1
* Add missing "," in channel_op.pyGravatar jesopo2018-08-301-1/+1
* Add missing ":" in IRCLineHandler.LineHandler.mode()Gravatar jesopo2018-08-301-1/+1
* Only get highlight-spam-threshold setting when there's more than one highlight•••in a line Gravatar jesopo2018-08-301-3/+3
* Add help and usage for commands in channel_op.pyGravatar jesopo2018-08-301-9/+18
* default events on IRCLineHandler should use original_line, not lineGravatar jesopo2018-08-301-4/+4
* Refactor handling MODE in IRCLineHandlerGravatar jesopo2018-08-303-43/+34
* Only show 2 biggest units in !seenGravatar jesopo2018-08-292-9/+21
* Give EventHooks their event name .lower()Gravatar jesopo2018-08-291-1/+1
* Report actual topic setter (use 333, not 332)Gravatar jesopo2018-08-292-10/+14
* Print topics in print_activity.pyGravatar jesopo2018-08-292-4/+30
* Delete "permissions" setting when it's emptyGravatar jesopo2018-08-291-1/+4
* Factor ping interval and ping timeout in to the main loop's minimum intervalGravatar jesopo2018-08-292-21/+41
* Forgot to add IRCBuffer.py when I renamed it from IRCLog.py. oops.Gravatar jesopo2018-08-291-0/+43
* Add missing comments in IRCLineHandler.LineHandlerGravatar jesopo2018-08-291-0/+3
* Fix CAP logic that was broken by recent IRCLineHandler refactorGravatar jesopo2018-08-291-4/+2
* Do a default event for received data if there's no hooks for itGravatar jesopo2018-08-291-1/+1
* Refactor IRCLineHandler in to an object that uses .on("raw") eventsGravatar jesopo2018-08-293-360/+380
* Change throttling mechanics to be "x lines per y seconds"Gravatar jesopo2018-08-291-10/+30
* Add the ability to only require authentication if your nickname is registeredGravatar jesopo2018-08-282-5/+15
* Change verbose logging to use propper logging systemGravatar jesopo2018-08-282-2/+2
* Do throttling based on line count, not byte countGravatar jesopo2018-08-281-3/+9
* Add !givepermission and !removepermission to permissions.pyGravatar jesopo2018-08-281-5/+50
* Log event path along with timing in EventHook.callGravatar jesopo2018-08-281-2/+4
* Change command.py to use call_limitedGravatar jesopo2018-08-281-3/+4