Mercurial > prosody-hg
view plugins/mod_posix.lua @ 13892:c83fdee8efda 13.0
mod_invites: Accept --admin flag as shortcut for --role prosody:admin
The code was there, but the flag was not included in the command description
so it was rejected during validation.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 02 Jun 2025 12:50:57 +0100 |
| parents | c673ff1075bd |
| children |
line wrap: on
line source
-- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- module:set_global(); -- we're a global module -- TODO delete this whole concept
