From cd6deb73f370a7219ee93e0d3952f6e716d259d3 Mon Sep 17 00:00:00 2001 From: weishaupt Date: Tue, 1 Sep 2026 17:01:50 +0000 Subject: [PATCH] Add Readme --- Readme | 1 + 1 file changed, 1 insertion(+) create mode 100644 Readme diff --git a/Readme b/Readme new file mode 100644 index 0000000..6080798 --- /dev/null +++ b/Readme @@ -0,0 +1 @@ +wIRC is a custom IRC client built with Kotlin and Compose Multiplatform, developed as a personal project for use on Windows desktop. It features full mIRC color-code parsing, persistent scrollback across sessions, tab-complete, per-nick coloring, operator (OP) power support, and NickServ auto-identify on connect. The client is built with a focus on getting the small details right — reliable auto-scroll behavior, accurate message ordering, and dialogs that behave like proper native windows rather than clipped overlays. wIRC is a work in progress, actively developed and refined through iterative bug fixes and feature additions. \ No newline at end of file