aboutsummaryrefslogtreecommitdiff
path: root/modules/print_activity.py
Commit message (Expand)AuthorAgeFilesLines
* 'self.message.*' now uses 'send.message.*'Gravatar jesopo2018-11-141-1/+1
* Add code to tokenize and ansi-replace IRC colors; use this in•••modules/print_activity.py Gravatar jesopo2018-11-131-1/+1
* Print MOTD in modules/print_activity.py (after caching it in•••modules/line_handler.py) Gravatar jesopo2018-11-131-0/+5
* Prettyprint channel RENAMEsGravatar jesopo2018-11-051-0/+5
* Actually use the sorted mode list in print_activityGravatar jesopo2018-10-041-1/+1
* Fix order of user status symbols in modules/print_activity.pyGravatar jesopo2018-10-031-0/+2
* Correctly get BitBot's own modes in modules/print_activity.pyGravatar jesopo2018-10-031-6/+7
* Print user status symbols in modules/print_activity.pyGravatar jesopo2018-10-031-4/+13
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-18/+18
* Add 'trace' logging level for src/Database.py and src/EventManager.py very•••verbose debugging Gravatar jesopo2018-10-011-26/+19
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+2
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-32/+20
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-17/+17
* Print mode changes in print_activityGravatar jesopo2018-09-021-0/+10
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-17/+17
* Report actual topic setter (use 333, not 332)Gravatar jesopo2018-08-291-7/+9
* Print topics in print_activity.pyGravatar jesopo2018-08-291-0/+11
* modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call Gravatar jesopo2018-08-281-3/+1
* Improved logging, added TRACE logging in Database.py to see how it performsGravatar jesopo2018-08-051-1/+3
* Added missing ")" in print_activity.pyGravatar jesopo2018-07-311-1/+1
* Included notices in print_activity, don't always print channel nameGravatar jesopo2018-07-231-5/+26
* include quit reasons in print_activity if presentGravatar jesopo2018-07-201-1/+2
* fix print_activity still using old EventManager priority locationGravatar jesopo2018-07-151-2/+1
* Made part/quit print_activity functions more uniformGravatar jesopo2018-07-151-3/+2
* print_messages->print_activity, print more things!Gravatar jesopo2018-07-151-0/+83