We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6c123 commit 1e1be13Copy full SHA for 1e1be13
README
@@ -25,6 +25,7 @@
25
## Features
26
27
* Excellent cross-platform compatibility.
28
+* Asynchronous user input and server messager handling.
29
* No dependencies other than a C99 compiler.
30
* Native SASL PLAIN and EXTERNAL authentication support.
31
* TLS/SSL protocol capable (via external TLS utilities).
@@ -85,6 +86,7 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern
85
86
* **CTRL+W** deletes the previous word.
87
* **CTRL+U** deletes the entire line.
88
* **CTRL+K** deletes the from current character to end of line.
89
+* **CTRL+C** Force quit kirc
90
91
## Support Documentation
92
0 commit comments