Skip to content

Commit db8f0f4

Browse files
authored
Update README.md
1 parent 9816d9e commit db8f0f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us
4545
* Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard:
4646

4747
```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.
5252
```
5353

5454
* 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

Comments
 (0)