Mercurial > prosody-hg
diff plugins/muc/mod_muc.lua @ 7361:3409773ca19a
Merge with Link Mauve
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 17 Apr 2016 22:28:48 +0200 |
| parents | 7a37fade5380 a5a080c12c96 |
| children | 2aef5e8b69e9 |
line wrap: on
line diff
--- a/plugins/muc/mod_muc.lua Sun Apr 17 22:09:44 2016 +0200 +++ b/plugins/muc/mod_muc.lua Sun Apr 17 22:28:48 2016 +0200 @@ -7,7 +7,7 @@ -- if module:get_host_type() ~= "component" then - error("MUC should be loaded as a component, please see http://prosody.im/doc/components", 0); + error("MUC should be loaded as a component, please see https://prosody.im/doc/components", 0); end local muclib = module:require "muc";
