Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_user.c

    r2e78f75 r5ebff60  
    251251        if (g_strcasecmp(ctcp[0], "VERSION") == 0) {
    252252                irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
    253                                ctcp[0], PACKAGE " " BITLBEE_VERSION);
     253                               ctcp[0], PACKAGE " " BITLBEE_VERSION " " ARCH "/" CPU);
    254254        } else if (g_strcasecmp(ctcp[0], "PING") == 0) {
    255255                irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
Note: See TracChangeset for help on using the changeset viewer.