X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=6408571ff1c55115781e607625ed90bc4ac62536;hb=75f0af7c42c1ccdf5bb87975c4ed6f52cd937f94;hp=6a66e5e970dc7ab72efc4cf524c39088b8e08d8a;hpb=d515773fc609b71c0b18c87a6c81f1e19ea54af5;p=sic.git diff --git a/sic.1 b/sic.1 index 6a66e5e..6408571 100644 --- a/sic.1 +++ b/sic.1 @@ -1,8 +1,13 @@ -.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 [ \-f " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -12,30 +17,39 @@ 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 +.B \-f +Specify the real name (default is $USER) +.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 -.BI /l " #channel " -Leave a channel/query +.B :l #channel +Leave a channel .TP -.BI /m " #channel/user msg " +.B :m #channel/user msg Write a message to #channel/user .TP -.BI /s " #channel/user " +.B :s #channel/user Set default channel/user .TP -.BI /t " 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. -.SH CUSTOMIZATION -.B sic -is customized through editing its source code. This keeps it fast, secure and -simple. The source code contains the -.I CUSTOMIZE -keyword to highlight relevant portions for customization.