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) Created page with "{{DISPLAYTITLE:schat}} {{Core Module}} This module allows you to have a secure DCC chat with someone else who uses this module as well. == Usage == {{Module arguments}} === ..." |
m updated wording |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:schat}} | {{DISPLAYTITLE:schat}} | ||
{{Core Module}} | {{Core Module}} | ||
This module allows you to have a secure DCC chat with someone else who uses this module | This module allows you to have a secure AES-256-DCC chat with someone else who uses this module on their ZNC. | ||
== Usage == | == Usage == | ||
{{Module arguments}} | {{Module arguments | ||
| type = network | |||
| count = one required | |||
| 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 === | ||
To request a secure chat use one of the following commands: | To request a secure chat use one of the following commands: | ||
/schat <nick> | /schat <nick> | ||
or | |||
/msg *schat chat <nick> | /msg *schat chat <nick> | ||
To list all initiated chats use: | To list all initiated chats use: | ||
Line 14: | Line 20: | ||
To close a chat use: | To close a chat use: | ||
/msg *schat close <nick> | /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 <code>(s)<nick></code>. | Once a chat is initiated you can chat with the other person via a query that looks like <code>(s)<nick></code>. | ||
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>
.