X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=sic.1;h=cfc8dc222a9392ee878d8120be966f9b2ccffaeb;hb=a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41;hp=3a1626bf27ad66fb66f6e82785eab677568025cc;hpb=83e05870ce5487d0621cdc948cd69234ca0ce9b1;p=sic.git diff --git a/sic.1 b/sic.1 index 3a1626b..cfc8dc2 100644 --- a/sic.1 +++ b/sic.1 @@ -3,11 +3,10 @@ sic \- simple irc client .SH SYNOPSIS .B sic -.RB [ \-s " "] +.RB [ \-h " "] .RB [ \-p " "] .RB [ \-n " "] .RB [ \-k " "] -.RB [ \-f " "] .RB [ \-v ] .SH DESCRIPTION .B sic @@ -17,8 +16,8 @@ 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) +.B \-h +Overrides the default host (irc6.oftc.net) .TP .B \-p Overrides the default port (6667) @@ -27,29 +26,22 @@ Overrides the default port (6667) 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) +Specifies the keyword to authenticate your nick on the host .TP .BI \-v Prints version information to standard output, then exits. .SH COMMANDS .TP -.B /j #channel +.B :j #channel Join a channel .TP -.B /l #channel +.B :l #channel Leave a channel .TP -.B /m #channel/user msg +.B :m #channel/user msg Write a message to #channel/user .TP -.B /s #channel/user +.B :s #channel/user Set default channel/user .TP -.B /t topic -Set the channel topic -.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.