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

From ZNC
Jump to navigation Jump to search
>Fred
mNo edit summary
Restore
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:schat}}
{{DISPLAYTITLE:schat}}
{{Core Module}}
{{Core Module}}
This module allows you to have a secure AES-256-DCC chat with someone else who uses this module on his ZNC.
This module allows you to have a secure AES-256-DCC chat with someone else who uses this module on their ZNC.


== Usage ==
== Usage ==
Line 12: Line 12:
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 17: Line 18:
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>.
[[de:Schat]]

Revision as of 14:59, 22 April 2017

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. path to .pem file, if differs from main ZNC's one

Read loading modules to learn more about loading modules.

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>.