comparison plugins/auth/auth.js @ 722:3e816cebed2c

Irccd: make plugin pure abstract, closes #796 @3h
author David Demelier <markand@malikania.fr>
date Mon, 16 Jul 2018 21:19:47 +0200
parents 27587ff92a64
children 99c52213e3bd
comparison
equal deleted inserted replaced
721:2fa1f2c898ee 722:3e816cebed2c
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 // Plugin information. 19 // Plugin information.
20 info = { 20 info = {
21 auth: "auth",
21 author: "David Demelier <markand@malikania.fr>", 22 author: "David Demelier <markand@malikania.fr>",
22 license: "ISC", 23 license: "ISC",
23 summary: "Generic plugin to authenticate to services", 24 summary: "Generic plugin to authenticate to services",
24 version: "@IRCCD_VERSION@" 25 version: "@IRCCD_VERSION@"
25 }; 26 };