Forrest logo
back to context overview

sic

List of commands for sic:

  • sic:tldr:5357f sic: Join a channel.
    $ :j #${channel}
    try on your machine
    explain this command
  • sic:tldr:72f4b sic: Send a message to a channel or user.
    $ :m #${select}
    try on your machine
    explain this command
  • sic:tldr:82f5c sic: Connect to the default host (irc.ofct.net) with the nickname set in the `$USER` environment variable.
    $ sic
    try on your machine
    explain this command
  • sic:tldr:9048f sic: Connect to a given host, using a given nickname.
    $ sic -h ${host} -n ${nickname}
    try on your machine
    explain this command
  • sic:tldr:bc03c sic: Set default channel or user.
    $ :s #${select}
    try on your machine
    explain this command
  • sic:tldr:d748f sic: Connect to a given host, using a given nickname and password.
    $ sic -h ${host} -n ${nickname} -k ${password}
    try on your machine
    explain this command
back to context overview