]> git.mxchange.org Git - friendica-addons.git/blobdiff - irc/irc.php
The gcontact table will now be filled instead of the unique_contacts
[friendica-addons.git] / irc / irc.php
index b768749f1b0e7ed750536178c58abf71c60230fe..0ac7be37e8ed3c27fa7ec56d887381a82aa8c73d 100644 (file)
@@ -4,7 +4,7 @@
 * Description: add an Internet Relay Chat chatroom on freenode
 * 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'),