From d5ecc39104e3192f49e806b6e105ef07f683b489 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Sun, 29 Sep 2013 04:23:33 +0200 Subject: display modechars instead of modenames in cpanel channelmodes --- modules/extra/webcpanel/templates/default/chanserv/modes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/webcpanel/templates/default') diff --git a/modules/extra/webcpanel/templates/default/chanserv/modes.html b/modules/extra/webcpanel/templates/default/chanserv/modes.html index 47c50e72a..861bb0985 100644 --- a/modules/extra/webcpanel/templates/default/chanserv/modes.html +++ b/modules/extra/webcpanel/templates/default/chanserv/modes.html @@ -10,7 +10,7 @@ {IF EQ MODE YES} {FOR LM IN LISTMODES} - {LM} + +{LM} {END FOR}
-- cgit