mcpcpc / kirc

A tiny IRC client written in POSIX C99.

Home Page:https://mcpcpc.github.io/kirc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in kirc(1) manpage

kdkasad opened this issue · comments

Describe the bug
The kirc(1) manpage says that the following can be used to privmsg a user/channel:

/@<user|channel> msg

However, the actual command is without the slash:

@<user|channel> msg

Possible fixes

  • Update the manpage to reflect the current behavior
  • Update the current behavior (kirc.c:577) to check for /@ instead of @

Fix available from my repo:

The following changes since commit 80227542971a39eb2230250787546b891a02f93e:

  fix bug with server message printing (#71) (2020-10-20 20:35:04 -0400)

are available in the Git repository at:

  https://git.kasad.com/kirc.git fix-manpage-pmsg

for you to fetch changes up to 0823b3f5dc8b3df23351f618abded3777892ffbf:

  fix privmsg command shortcut in manpage (2020-10-22 14:51:43 -0700)

----------------------------------------------------------------
Kian Kasad (1):
      fix privmsg command shortcut in manpage

 kirc.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)