X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=e43e029aabafb443175159255f7af5d4b2a99d1b;hb=1160be7ffa49eaa0f15b549c5da005d80fe4c126;hp=35f2b9284a341621cda982843931cde1d5889244;hpb=ff4072f5e43b677ad68ea9de7a5d210fed60b144;p=sic.git diff --git a/sic.1 b/sic.1 index 35f2b92..e43e029 100644 --- a/sic.1 +++ b/sic.1 @@ -1,8 +1,12 @@ -.TH SIC 1 sic-0.0 +.TH SIC 1 sic-VERSION .SH NAME sic \- simple irc client .SH SYNOPSIS .B sic +.RB [ \-s " "] +.RB [ \-p " "] +.RB [ \-n " "] +.RB [ \-k " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -12,20 +16,36 @@ also all channel traffic into one output, that you don't have to switch different channel buffers, that's actually a feature. .SH OPTIONS .TP +.B \-s +Overrides the default server (irc.oftc.net) +.TP +.B \-p +Overrides the default port (6667) +.TP +.B \-n +Override the default nick ($USER) +.TP +.B \-k +Specifies the keyword to authenticate your nick on the server +.TP .BI \-v Prints version information to standard output, then exits. .SH COMMANDS .TP -.BI /j " #channel/user " -join/query a channel/user +.B :j #channel +Join a channel +.TP +.B :l #channel +Leave a channel +.TP +.B :m #channel/user msg +Write a message to #channel/user .TP -.BI /l " #channel " -leave a channel/query +.B :s #channel/user +Set default channel/user .TP -.BI /m " #channel/user msg " -write a message to #channel/user -.BI /t " topic" -set the channel topic +.B :t #channel topic +Set the channel topic .TP Everything which is not a command will simply be posted into the channel or to the server.