]> git.mxchange.org Git - friendica-addons.git/blobdiff - irc/irc.php
Merge pull request #408 from tobiasd/2017ß320-pledgie
[friendica-addons.git] / irc / irc.php
index 7f5f3b1beccc829db8933bf9486fb780d88c1ae9..0ac7be37e8ed3c27fa7ec56d887381a82aa8c73d 100644 (file)
@@ -2,9 +2,9 @@
 /**
 * Name: IRC Chat Plugin
 * Description: add an Internet Relay Chat chatroom on freenode
-* Version: 1.0
+* Version: 1.1
 * Author: tony baldwin <https://free-haven.org/profile/tony>
-* Author: Tobias Diekershoff <tobias@f.diekershoff.de>
+* Author: Tobias Diekershoff <https://f.diekershoff.de/u/tobias>
 */
 
 function irc_install() {
@@ -33,7 +33,7 @@ function irc_addon_settings(&$a,&$s) {
        $autochans = get_pconfig( local_user(), 'irc','autochans');  /* auto connect chans */
 
        $t = get_markup_template( "settings.tpl", "addon/irc/" );
-       $s = replace_macros($t, array(
+       $s .= replace_macros($t, array(
                '$header' => t('IRC Settings'),
                '$info' => t('Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'),
                '$submit' => t('Save Settings'),