diff man/irccd-api-server.3 @ 1150:4c9d2d5d126f

irccd: add CTCP support in Irccd.Server, closes #2532
author David Demelier <markand@malikania.fr>
date Sun, 06 Feb 2022 15:03:59 +0100
parents c165e975f144
children 1845a0509a93
line wrap: on
line diff
--- a/man/irccd-api-server.3	Fri Feb 04 09:56:43 2022 +0100
+++ b/man/irccd-api-server.3	Sun Feb 06 15:03:59 2022 +0100
@@ -107,6 +107,10 @@
 Real name, (Optional, default: IRC Client Daemon).
 .It Fa prefix No (string)
 Plugin prefix character, (Optional, default: "!").
+.It Fa ctcp No (object)
+An object with CTCP variables to send, see
+.Fn Irccd.Server.prototype.info
+method for possible values.
 .El
 .Pp
 .\" Irccd.Server.prototype.info
@@ -144,6 +148,14 @@
 The user name.
 .It Va nickname No (string)
 The current nickname.
+.It Va ctcp No (object)
+An object with CTCP properties, currently:
+.Bl -tag -width "Va version"
+.It Va version
+User version.
+.It Va source
+SCM source.
+.El
 .El
 .Pp
 .\" Irccd.Server.prototype.invite