Changeset 524 in code for trunk/doc/soju.1.scd


Ignore:
Timestamp:
May 22, 2021, 8:40:36 AM (4 years ago)
Author:
contact
Message:

doc/soju.1: document -connect-command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/soju.1.scd

    r507 r524  
    159159                is used.
    160160
     161        *-connect-command* <command>
     162                Send the specified command as a raw IRC message right after connecting
     163                to the server. This can be used to identify to an account when the
     164                server doesn't support SASL.
     165
     166                For instance, to identify with _NickServ_, the following command can be
     167                used:
     168
     169                ```
     170                PRIVMSG NickServ :IDENTIFY <password>
     171                ```
     172
     173                The flag can be specified multiple times to send multiple IRC messages.
     174                To clear all commands, set it to the empty string.
     175
    161176*network update* <name> [options...]
    162177        Update an existing network. The options are the same as the
Note: See TracChangeset for help on using the changeset viewer.