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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@
18
18
* Simple shortcut commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard:
19
19
20
20
```shell
21
-
<message>Send a PRIVMSG to the current channel.
22
-
/<command>Send commandto IRC server (see RFC 2812 for full list).
23
-
/#<channel> Assign new default message channel.
24
-
/? Print current message channel.
25
-
/@<channel|nick><message> Send a message to a specified channel or nick
21
+
<message> Send a PRIVMSG to the current channel.
22
+
@<channel|nick><message>Send a message to a specified channel or nick
23
+
/<command>Send command to IRC server (see RFC 2812 for full list).
24
+
/#<channel>Assign new default message channel.
25
+
/? Print current message channel.
26
26
```
27
27
28
28
* 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