X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fcore%2Fchannels.c;fp=apps%2Firssi%2Fsrc%2Fcore%2Fchannels.c;h=907d363b747c030d8b353adee98bedf5fe63a1f6;hb=18d69a0a1fec438e241bb4f431506ed59a34066b;hp=79d8f0e7c826fc81da9960fc993ec15beecfb39e;hpb=f7be6adec0248118cddde9b04522c13cd90568cd;p=silc.git diff --git a/apps/irssi/src/core/channels.c b/apps/irssi/src/core/channels.c index 79d8f0e7..907d363b 100644 --- a/apps/irssi/src/core/channels.c +++ b/apps/irssi/src/core/channels.c @@ -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);