diff README @ 0:aa723e3948a4 default tip

*: initial commit awesome
author Paper <paper@tflc.us>
date Tue, 09 Sep 2025 00:29:57 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Tue Sep 09 00:29:57 2025 -0400
@@ -0,0 +1,16 @@
+wcc is a shitty little chat program I wrote for flashii's chat protocol
+(sockchat).
+
+It depends on libwebsockets to function correctly. All of the sockchat
+specific stuff is located in flashii.c, while the curses frontend is
+located in main.c.
+
+To build it you'll have to provide a Misuzu session token in the source
+directory named token.txt. This file is conveniently put in .hgignore
+so you don't have to worry about accidentally pushing it or whatever.
+
+You'll also need a C23 compiler, since I'm using #embed. If anyone
+actually needs it to compile with C99 or C11, feel free to give me
+a patch.
+
+contact: paper <paper@tflc.us>