Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / core / channels.c
index 79d8f0e7c826fc81da9960fc993ec15beecfb39e..907d363b747c030d8b353adee98bedf5fe63a1f6 100644 (file)
@@ -13,9 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #include "module.h"
@@ -206,7 +206,7 @@ static void event_connected(SERVER_REC *server)
                /* check that we haven't already joined this channel in
                   same chat network connection.. */
                 if (channel_find_servers(chatnet_servers, rec->name) == NULL)
-                       g_string_sprintfa(chans, "%s,", rec->name);
+                       g_string_append_printf(chans, "%s,", rec->name);
        }
         g_slist_free(chatnet_servers);