comparison 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
comparison
equal deleted inserted replaced
1029:113e523d999a 1030:509bcfb14670
32 .Fn Irccd.Server.prototype.isSelf "nickname" 32 .Fn Irccd.Server.prototype.isSelf "nickname"
33 .Fn Irccd.Server.prototype.join "channel, password = undefined" 33 .Fn Irccd.Server.prototype.join "channel, password = undefined"
34 .Fn Irccd.Server.prototype.kick "target, channel, reason = undefined" 34 .Fn Irccd.Server.prototype.kick "target, channel, reason = undefined"
35 .Fn Irccd.Server.prototype.me "target, message" 35 .Fn Irccd.Server.prototype.me "target, message"
36 .Fn Irccd.Server.prototype.message "target, message" 36 .Fn Irccd.Server.prototype.message "target, message"
37 .Fn Irccd.Server.prototype.mode "target, mode, limit, user, mode" 37 .Fn Irccd.Server.prototype.mode "target, mode, args"
38 .Fn Irccd.Server.prototype.names "channel" 38 .Fn Irccd.Server.prototype.names "channel"
39 .Fn Irccd.Server.prototype.nick "nickname" 39 .Fn Irccd.Server.prototype.nick "nickname"
40 .Fn Irccd.Server.prototype.notice "target, message" 40 .Fn Irccd.Server.prototype.notice "target, message"
41 .Fn Irccd.Server.prototype.part "channel, reason = undefined" 41 .Fn Irccd.Server.prototype.part "channel, reason = undefined"
42 .Fn Irccd.Server.prototype.toString 42 .Fn Irccd.Server.prototype.toString
203 .Fa target 203 .Fa target
204 is the bot's nickname, it changes its 204 is the bot's nickname, it changes its
205 .Fa mode . 205 .Fa mode .
206 otherwise it changes the channel one. 206 otherwise it changes the channel one.
207 The optional argument 207 The optional argument
208 .Fa limit , user 208 .Fa args
209 and 209 contains additional mode arguments.
210 .Fa mask
211 are required depending on the mode mask. See IRC specification for more
212 details.
213 .Pp 210 .Pp
214 .\" Irccd.Server.prototype.names 211 .\" Irccd.Server.prototype.names
215 The 212 The
216 .Fn Irccd.Server.prototype.names 213 .Fn Irccd.Server.prototype.names
217 method requests a list of names for the given 214 method requests a list of names for the given