summaryrefslogtreecommitdiffstats
path: root/src/message.rs
Commit message (Collapse)AuthorAgeFilesLines
* also provide a method to get a String outJesse Luehrs2014-09-081-0/+9
| | | | not using this as the default ToStr because it's less easy to read
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-14/+7
| | | | it just clutters things
* no reason for these extra & hereJesse Luehrs2014-09-041-6/+6
|
* make a few more things publicJesse Luehrs2014-09-031-1/+1
|
* add support for writing irc messagesJesse Luehrs2014-09-031-1/+29
|
* set offset properlyJesse Luehrs2014-09-031-1/+1
|
* let's put message handling in its own moduleJesse Luehrs2014-09-031-0/+155