~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to src/core/channels.c

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
                /* check that we haven't already joined this channel in
207
207
                   same chat network connection.. */
208
208
                if (channel_find_servers(chatnet_servers, rec->name) == NULL)
209
 
                        g_string_sprintfa(chans, "%s,", rec->name);
 
209
                        g_string_append_printf(chans, "%s,", rec->name);
210
210
        }
211
211
        g_slist_free(chatnet_servers);
212
212