diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2015-09-19 14:03:22 -0400 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2015-09-19 14:03:22 -0400 |
commit | f5174e6fdf6386a47d610991b449299c9fb392c7 (patch) | |
tree | 945d9a060d13731a7f3bc232da628a2bd1933c25 /sys | |
parent | a90662c2e6110a2e9e2b182020fe86c61d73583b (diff) |
ircrc: add -P option for server password (thanks, nick)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/ircrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/1/ircrc b/sys/man/1/ircrc index 5b2e8554a..eaa8763d7 100644 --- a/sys/man/1/ircrc +++ b/sys/man/1/ircrc @@ -8,6 +8,10 @@ ircrc \- internet relay chat client .I port ] [ +.B -P +.I server password +] +[ .B -r .I realname ] @@ -46,6 +50,9 @@ The options are: Change the default port .RB ( 6667 ). .TP +.BI -P " server password +Specify a password for the remote server. +.TP .BI -r " realname Change the default name .RB ( <nil> ). |