aboutsummaryrefslogtreecommitdiff
path: root/src/IRCLine.py
Commit message (Expand)AuthorAgeFilesLines
* Let IRCLine.Line handle truncating command outputGravatar jesopo2019-02-101-4/+22
* Shift encoding/truncating IRC lines to src/IRCLine.pyGravatar jesopo2019-02-101-6/+14
* Return truncted data from encode_truncate and hold it in IRCLine.LineGravatar jesopo2019-02-101-1/+3
* IRCLine's `data` should be bytesGravatar jesopo2019-02-101-1/+1
* Add missing src/IRCLine.py fileGravatar jesopo2019-02-101-0/+20