To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Schat: Difference between revisions
DarthGandalf (talk | contribs) Restore |
m updated wording |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
{{Module arguments | {{Module arguments | ||
| type = network | | type = network | ||
| count = | | count = one required | ||
| extra = | | extra = The argument must be the name of .pem file, in <code>~/.znc/users/<username>/networks/<network>/moddata/schat/</code>}} | ||
<b>Example</b>: For <code> ~/.znc/users/<username>/networks/<network>/moddata/schat/user.pem</code>: | |||
/msg *status loadmod schat user.pem | |||
=== Commands === | === Commands === |
Latest revision as of 04:35, 22 November 2023
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod schat The code for this module can be found here. |
This module allows you to have a secure AES-256-DCC chat with someone else who uses this module on their ZNC.
Usage
Arguments
This network module takes one required arguments. The argument must be the name of .pem file, in ~/.znc/users/<username>/networks/<network>/moddata/schat/
Read loading modules to learn more about loading modules.
Example: For ~/.znc/users/<username>/networks/<network>/moddata/schat/user.pem
:
/msg *status loadmod schat user.pem
Commands
To request a secure chat use one of the following commands:
/schat <nick>
or
/msg *schat chat <nick>
To list all initiated chats use:
/msg *schat list
To close a chat use:
/msg *schat close <nick>
Or just type:
/msg *schat help
Once a chat is initiated you can chat with the other person via a query that looks like (s)<nick>
.