X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=e43e029aabafb443175159255f7af5d4b2a99d1b;hb=1160be7ffa49eaa0f15b549c5da005d80fe4c126;hp=06cf0db6cf6b45e3d3dd019fe00f25280cd4fc5e;hpb=759063908d19e592f0d3bb3759964cec35114c8c;p=sic.git diff --git a/sic.1 b/sic.1 index 06cf0db..e43e029 100644 --- a/sic.1 +++ b/sic.1 @@ -1,16 +1,12 @@ -.TH SIC 1 sic-0.0 +.TH SIC 1 sic-VERSION .SH NAME sic \- simple irc client .SH SYNOPSIS .B sic -.RB \-a -.IR address -.RB [ \-n -.IR nick ] -.RB [ \-f -.IR fullname ] -.RB [ \-p -.IR password ] +.RB [ \-s " "] +.RB [ \-p " "] +.RB [ \-n " "] +.RB [ \-k " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -20,38 +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 -.BI \-a " address " -Lets you specify the address which -.B sic -uses to listen for connections. The syntax for -.I address -is taken (along with many other profound ideas) from the Plan 9 operating -system and has the form -.B tcp!hostname!port -for tcp sockets. -.BI \-p " password" -Specifies the password to authenticate the nick on the server. -.TP -.BI \-n " nick " -Specifies the nick name (default: $USER). -.TP -.BI \-f " fullname " -Specifies the full name. +.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 -.FN /j " #channel/user " -join/query a channel/user +.B :j #channel +Join a channel +.TP +.B :l #channel +Leave a channel .TP -.FN /l " #channel " -leave a channel/query +.B :m #channel/user msg +Write a message to #channel/user .TP -.FN /m " #channel/user msg " -write a message to #channel/user -.FN /t " topic" -set the channel topic +.B :s #channel/user +Set default channel/user +.TP +.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. -.TP