File

man/Makefile @ 11085:5705d151ea11

util.stanza: Get 'by' from context instead Zash> <error by=?> should go where? extra.by? context? source? Zash> In Prosody this would usually be module.host or a bare user/room JID MattJ> Zash: context MattJ> context.by, basically the opposite of context.actor
author Kim Alvefur <zash@zash.se>
date Sat, 26 Sep 2020 18:07:33 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

%.man: %.markdown
	pandoc -s -t man -o $@ $^