ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 8760964177946f89e639d53c7653dafa2583c3a9
parent 371ab65b08a50027086708f48587cd8669ecc463
Author: sin <sin@2f30.org>
Date:   Mon, 15 Sep 2014 19:00:13 +0100

Inform the user of the help cmd

Diffstat:
Mratatox.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ratatox.c b/ratatox.c @@ -824,6 +824,7 @@ int main(int argc, char *argv[]) { printbanner(); + printf("Type h for help\n"); toxinit(); friendload(); loop();