diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-04 00:33:06 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-08-04 00:33:06 +0200 |
commit | 3291fd5c7ad82852ed1db1350755f85cc412ab39 (patch) | |
tree | 686ade377dca1ee74c68902ca44818d4f947c432 /README | |
parent | 884c434947f4e6a9077b8b65a90b3cef39a04ba4 (diff) | |
download | xK-3291fd5c7ad82852ed1db1350755f85cc412ab39.tar.gz xK-3291fd5c7ad82852ed1db1350755f85cc412ab39.tar.xz xK-3291fd5c7ad82852ed1db1350755f85cc412ab39.zip |
Update the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,11 +13,11 @@ where I added everything that seemed nice. kike ---- Also included is a simple IRC daemon that mostly follows the RFC's but is -limited to single-server networks, due to the protocol being incredibly ugly -and tricky to implement correctly. It is designed for use as a regular user -application rather than a system daemon. +limited to single-server networks, due to the protocol being incredibly ugly and +tricky to implement correctly (the poor quality of the RFC's doesn't help). It +is designed for use as a regular user application rather than a system daemon. -So far the daemon lacks critical features, so don't even bother trying it. +So far the daemon lacks important features, so don't even bother trying it. Building and Running -------------------- |