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 |
added explicit mention of the base path and filename example |
||
Line 7: | Line 7: | ||
| type = network | | type = network | ||
| count = up to one | | count = up to one | ||
| extra = | | extra = name of .pem file, if differs from main ZNC's one, 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 === |
Revision as of 03:33, 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 up to one arguments. name of .pem file, if differs from main ZNC's one, 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>
.