Software / code / prosody-modules
File
mod_proctitle/mod_proctitle.lua @ 6298:761b66d4b12e
mod_muc_moderation: Readme Compatibility
diff --git a/mod_muc_moderation/README.md b/mod_muc_moderation/README.md
--- a/mod_muc_moderation/README.md
+++ b/mod_muc_moderation/README.md
@@ -28,9 +28,10 @@ modules_enabled = {
# Compatibility
------- ---------------
- trunk Works^[as of 2025-06-13]
+ trunk Works as of 2025-06-13
13 Works
0.12 Works
+ ------- ---------------
## XEP version
| author | Menel <menel@snikket.de> |
|---|---|
| date | Fri, 13 Jun 2025 10:04:40 +0200 |
| parent | 1687:94c4d4899a21 |
line wrap: on
line source
-- Changes the process name to 'prosody' rather than 'lua'/'lua5.1' -- Copyright (C) 2015 Rob Hoelz -- -- This file is MIT/X11 licensed. -- To use this module, you'll need the proctitle Lua library: -- https://github.com/hoelzro/lua-proctitle local proctitle = require 'proctitle'; proctitle 'prosody';