Skip to content

Commit 48dfc3e

Browse files
authored
0.1.6 (#63)
* add in comments and prompt char * bump version * remove fd arguments in edit() * change promptc to chan_default * add user input channel indicator * remove /? command * change 200 to CHA_MAX * remove comments * allow escape codes in prompt * add braces around prompt channel * remove /? from docs
1 parent 99ced62 commit 48dfc3e

File tree

3 files changed

+144
-118
lines changed

3 files changed

+144
-118
lines changed

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern
7474
@<channel|nick> <message> Send a message to a specified channel or nick
7575
/<command> Send command to IRC server (see RFC 2812 for full list).
7676
/#<channel> Assign new default message channel.
77-
/? Print current message channel.
7877
```
7978

8079
### User Input Key Bindings

kirc.1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ Prints the version information to stderr, then exits
6060
.BI /<command>
6161
Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.)
6262
.TP
63-
.BI /?
64-
Print current default message channel
65-
.TP
6663
.BI /#<channel>
6764
Set default message channel to <channel>
6865
.TP

0 commit comments

Comments
 (0)