hirc

[archived] IRC client
git clone https://hhvn.uk/hirc
git clone git://hhvn.uk/hirc
Log | Files | Refs

hirc.1.footer (1471B)


      1 .\" vim: set syntax=nroff :
      2 .Pp
      3 Note: to escape options, place a backstroke ("\\") before the dash ("-").
      4 All options following will also be escaped.
      5 .Sh EXAMPLES
      6 .Ss Commands
      7 .Dl /set def.nick hhvn
      8 Set your default nickname to 'hhvn'.
      9 
     10 .Dl /connect -network hlircnet irc.hlirc.net
     11 Connect to 'irc.hlirc.net' with the network name 'hlircnet'.
     12 
     13 .Dl /server -auto hlircnet /join #hlircnet
     14 Automatically run the command '/join #hlircnet' when connecting to the network 'hlircnet'.
     15 Due to the way server structures are created internally,
     16 this must be run after the first /connect to the specified network.
     17 In practice, this means the command needs to be used via a config file,
     18 or it may not trigger for the first connexion to a server.
     19 
     20 .Dl /bind ^[1 /select 1
     21 Bind alt-1 so that it selects buffer 1.
     22 
     23 .Dl /alias /unalias /alias -delete
     24 Alias '/unalias' to '/alias -delete',
     25 so that '/unalias /command` is translated to `/alias -delete /command`
     26 
     27 .Dl /server hlircnet /ignore -E -server ^:[^ ]* (JOIN|PART|QUIT).*
     28 Ignore join, part and quit messages on server 'hlircnet'.
     29 .Sh DISCLAIMER
     30 Since
     31 .Nm
     32 is purely a hobby project aiming to be:
     33 .Bl -dash -compact
     34 .It
     35 fun
     36 .It
     37 an IRC client tailoured to my liking.
     38 .El
     39 there are many features one may expect of IRC clients left missing,
     40 or handled in ways that are not 'proper'.
     41 Implement it yourself, or deal with it.
     42 .Sh SEE ALSO
     43 .Xr hirc.conf 5 ,
     44 .Xr irccat 1 ,
     45 .Xr hirc2txt 1 ,
     46 .Xr irssi 1
     47 .Sh AUTHOR
     48 .An hhvn Aq Mt dev@hhvn.uk