diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-05 19:53:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-05 19:53:09 +0200 |
commit | 0bdb7d2f80e2c4d61f01b0a7a72ea3661341c614 (patch) | |
tree | f73b37b4bd6c3a09779b034e7d84da1ef0dbf750 /doc/it | |
parent | 11f55cf70c103dc247d3f1722dde4d3059850c51 (diff) | |
download | weechat-0bdb7d2f80e2c4d61f01b0a7a72ea3661341c614.zip |
doc: remove extra quotes around password in command /server (FAQ)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_faq.it.asciidoc b/doc/it/weechat_faq.it.asciidoc index ce4285fc6..f0e040067 100644 --- a/doc/it/weechat_faq.it.asciidoc +++ b/doc/it/weechat_faq.it.asciidoc @@ -541,7 +541,7 @@ You can create such server and connect with following commands (replace name and address by appropriate values): ---- -/server add name irc.server.org -password="oauth:XXXX" +/server add name irc.server.org -password=oauth:XXXX /connect name ---- |