You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
45
45
* Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard:
46
46
47
47
```shell
48
-
<message>Send a PRIVMSG to the current channel.
49
-
/<command>Send command to IRC server (see RFC 2812 for full list).
50
-
/#<channel> Assign new default message channel.
51
-
/?Print current message channel.
48
+
<message> Send a PRIVMSG to the current channel.
49
+
/<command> Send command to IRC server (see RFC 2812 for full list).
50
+
/#<channel> Assign new default message channel.
51
+
/? Print current message channel.
52
52
```
53
53
54
54
* Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools.
0 commit comments