Mercurial > pidgin
comparison src/protocols/irc/parse.c @ 13005:3c6de63fbfe8
[gaim-migrate @ 15358]
This isn't doing anything.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Mon, 23 Jan 2006 03:33:50 +0000 |
| parents | d5088e83fe0c |
| children | 5d5e249c488e |
comparison
equal
deleted
inserted
replaced
| 13004:fbb41707d448 | 13005:3c6de63fbfe8 |
|---|---|
| 442 return NULL; | 442 return NULL; |
| 443 } else { | 443 } else { |
| 444 buf = irc_format(irc, "vt:", "NOTICE", from, msg); | 444 buf = irc_format(irc, "vt:", "NOTICE", from, msg); |
| 445 irc_send(irc, buf); | 445 irc_send(irc, buf); |
| 446 g_free(buf); | 446 g_free(buf); |
| 447 gc = gaim_account_get_connection(irc->account); | |
| 448 } | 447 } |
| 449 } else if (!strncmp(cur, "VERSION", 7) && !notice) { | 448 } else if (!strncmp(cur, "VERSION", 7) && !notice) { |
| 450 buf = irc_format(irc, "vt:", "NOTICE", from, "\001VERSION Gaim IRC\001"); | 449 buf = irc_format(irc, "vt:", "NOTICE", from, "\001VERSION Gaim IRC\001"); |
| 451 irc_send(irc, buf); | 450 irc_send(irc, buf); |
| 452 g_free(buf); | 451 g_free(buf); |
