aboutsummaryrefslogtreecommitdiff
path: root/IRCLineHandler.py
Commit message (Collapse)AuthorAgeFilesLines
* added some more mode event firing and removed unneeded debug printing.Gravatar jesopo2016-04-041-5/+5
|
* fixed some dumb typosGravatar jesopo2016-04-031-2/+2
|
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-0/+6
| | | | the auto_mode.py module.
* made the args for IRCLineHandler functions global and added a timer-based ↵Gravatar jesopo2016-03-311-33/+48
| | | | channel join re-try.
* added a line I forgot to add to dispose of nonvisible users.Gravatar jesopo2016-03-301-0/+1
|
* made commands work in channel AND in private message.Gravatar jesopo2016-03-291-0/+1
|
* first commit.Gravatar jesopo2016-03-291-0/+270