X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=cfc8dc222a9392ee878d8120be966f9b2ccffaeb;hb=ca6ba9a64a1332bf2bb4fac4b08030812dc3ff07;hp=d923fda14da1d74f621c6a1cec893ad037037b66;hpb=7146fd7ddd96201f32c2f47db02c6b993b6295c5;p=sic.git diff --git a/sic.1 b/sic.1 index d923fda..cfc8dc2 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 [ \-h " "] +.RB [ \-p " "] +.RB [ \-n " "] +.RB [ \-k " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -20,38 +16,32 @@ 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. +.B \-h +Overrides the default host (irc6.oftc.net) +.TP +.B \-p +Overrides the default port (6667) .TP -.BI \-p " password" -Specifies the password to authenticate the nick on the server. +.B \-n +Override the default nick ($USER) .TP -.BI \-n " nick " -Specifies the nick name (default: $USER). +.B \-k +Specifies the keyword to authenticate your nick on the host .TP -.BI \-f " fullname " -Specifies the full name. .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 -.BI /l " #channel " -leave a channel/query +.B :m #channel/user msg +Write a message to #channel/user .TP -.BI /m " #channel/user msg " -write a message to #channel/user -.BI /t " topic" -set the channel topic +.B :s #channel/user +Set default channel/user .TP -Everything which is not a command will simply be posted into the channel or to -the server. +Everything which is not a command is simply send the server.