comparison mod_roster_command/mod_roster_command.lua @ 1946:1f263aaba83e

mod_roster_command: Update link to new docs site
author Kim Alvefur <zash@zash.se>
date Tue, 10 Nov 2015 17:44:22 +0100
parents f9cb09d451c7
children 634b42541f5b
comparison
equal deleted inserted replaced
1945:e5039f14e2a7 1946:1f263aaba83e
8 -- This project is MIT/X11 licensed. Please see the 8 -- This project is MIT/X11 licensed. Please see the
9 -- COPYING file in the source package for more information. 9 -- COPYING file in the source package for more information.
10 ----------------------------------------------------------- 10 -----------------------------------------------------------
11 11
12 if not rawget(_G, "prosodyctl") then 12 if not rawget(_G, "prosodyctl") then
13 module:log("error", "Do not load this module in Prosody, for correct usage see: http://code.google.com/p/prosody-modules/wiki/mod_roster_command"); 13 module:log("error", "Do not load this module in Prosody, for correct usage see: https://modules.prosody.im/mod_roster_command.html");
14 module.host = "*"; 14 module.host = "*";
15 return; 15 return;
16 end 16 end
17 17
18 18