From 2e3ceadf052345e9cdf8494a2e04e2d16cf3dfb8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 7 Jul 2015 09:33:12 +0200 Subject: [PATCH] added missing expand/inflate functionality --- irc/irc.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/irc/irc.php b/irc/irc.php index ef9c3fda..ecc69b68 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -40,6 +40,14 @@ function irc_addon_settings(&$a,&$s) { $sitechats = get_config('irc','sitechats'); /* popular channels */ $autochans = get_config('irc','autochans'); /* auto connect chans */ + $s .= ''; + $s .= '

' . t('IRC Settings') . '

'; + $s .= '
'; + $s .= ''; return;