From 87a59b5ae3f370cb331d3f792a48cbf6baeff082 Mon Sep 17 00:00:00 2001 From: mcpcpc Date: Tue, 22 Sep 2020 21:31:10 -0400 Subject: simplified commands --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a08ee87..2ec5d2a 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us * Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard: ```shell - Send a message to the current channel. -/m Send a message to a specified channel or nick. -/M Send a message to NickServ. -/Q Send a message and close the host connection. -/x Send a message directly to the server. -/j Join a specified channel. -/p Leave (part) a specified channel. -/u Assign new default message channel. -/n List all users on the current channel. -/q Close the host connection. -/h Print a list of available kirc commands. + Send a PRIVMSG to the current channel. +/ Send command to IRC server. +/# Assign new default message channel. +/? Print current message channel. ``` * 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. -- cgit v1.2.3