Ignore:
Timestamp:
2005-11-15T23:16:39Z (19 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ef6c6a7
Parents:
9cb9868
Message:

Got rid of raw B's in source,
Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(),
Slightly clearer handling of buddy add requests.

Thanks to timing for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r9cb9868 r5c09a59  
    11281128                 */
    11291129                struct jabber_add_permit *jap = g_new0(struct jabber_add_permit, 1);
    1130                 gchar *msg = g_strdup_printf(_("The user %s wants to add you to their buddy list."),
     1130                gchar *msg = g_strdup_printf(_("The user %s wants to add you to his/her buddy list."),
    11311131                                Jid);
    11321132
Note: See TracChangeset for help on using the changeset viewer.