diff man/irccd-api-server.3 @ 1030:509bcfb14670

misc: change signature to change mode While here: - Update manual pages, - Add missing bits.
author David Demelier <markand@malikania.fr>
date Tue, 02 Mar 2021 19:34:00 +0100
parents cf99df45cb84
children f06e9761cc90
line wrap: on
line diff
--- a/man/irccd-api-server.3	Fri Feb 26 16:32:27 2021 +0100
+++ b/man/irccd-api-server.3	Tue Mar 02 19:34:00 2021 +0100
@@ -34,7 +34,7 @@
 .Fn Irccd.Server.prototype.kick "target, channel, reason = undefined"
 .Fn Irccd.Server.prototype.me "target, message"
 .Fn Irccd.Server.prototype.message "target, message"
-.Fn Irccd.Server.prototype.mode "target, mode, limit, user, mode"
+.Fn Irccd.Server.prototype.mode "target, mode, args"
 .Fn Irccd.Server.prototype.names "channel"
 .Fn Irccd.Server.prototype.nick "nickname"
 .Fn Irccd.Server.prototype.notice "target, message"
@@ -205,11 +205,8 @@
 .Fa mode .
 otherwise it changes the channel one.
 The optional argument
-.Fa limit , user
-and
-.Fa mask
-are required depending on the mode mask. See IRC specification for more
-details.
+.Fa args
+contains additional mode arguments.
 .Pp
 .\" Irccd.Server.prototype.names
 The