summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCurtis McEnroe2018-09-06 00:41:06 -0400
committerCurtis McEnroe2018-09-06 00:41:06 -0400
commitbd48cb5e7df0820a72de27e156426f20e7233e78 (patch)
tree117147d40a4385052abd498591ac6a07f3f98cc2 /README
parent0cf067315de4960522df360f8e1b2b04a23db7f0 (diff)
Move event loop to event.c
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index be2c84b..9c86694 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@ IRC client originally intended for use over anonymous SSH.
This software requires LibreSSL and targets FreeBSD and Darwin.
chat.h Shared state and function prototypes
- chat.c Command line parsing and event loop
+ chat.c Command line parsing
+ event.c Event loop and process spawning
tag.c Tag (channel, query) ID assignment
handle.c Incoming command handling
input.c Input command handling