aboutsummaryrefslogtreecommitdiff
path: root/IRCLineHandler.py
Commit message (Expand)AuthorAgeFilesLines
* oops, that should be data.args, not args >.>Gravatar Evelyn2017-07-201-1/+1
* Don't assume a reason will always be present in a PARTGravatar Evelyn2017-07-201-1/+1
* fix the privmsgGravatar Evelyn2017-07-181-1/+1
* No need to underscore server nowGravatar Evelyn2017-07-161-2/+2
* Change line handlingGravatar Evelyn2017-07-161-140/+150
* Add IRCv3→SASL support for nickserv auth, added optional module whitelist, ...Gravatar Evelyn2017-07-121-27/+61
* Fix an issue in MODE handlingGravatar jesopo2017-01-271-2/+2
* decided to not track user realnames as there's no real purpose and it means b...Gravatar jesopo2016-04-221-5/+4
* added code that i forgot to add to keep track of the info of new users, also ...Gravatar jesopo2016-04-201-4/+8
* fixed a broken usage of the timer system. (functions are not json-able!)Gravatar jesopo2016-04-191-2/+3
* 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
* made the args for IRCLineHandler functions global and added a timer-based cha...Gravatar jesopo2016-03-311-33/+48
* 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