Changeset 537d9b9 for irc_user.c
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_user.c
rba52ac5 r537d9b9 251 251 if (g_strcasecmp(ctcp[0], "VERSION") == 0) { 252 252 irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001", 253 ctcp[0], PACKAGE " " BITLBEE_VERSION " " ARCH "/" CPU);253 ctcp[0], PACKAGE " " BITLBEE_VERSION); 254 254 } else if (g_strcasecmp(ctcp[0], "PING") == 0) { 255 255 irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
Note: See TracChangeset
for help on using the changeset viewer.