Mercurial > pidgin.yaz
comparison src/buddy_chat.c @ 2860:d842df0f5fe1
[gaim-migrate @ 2873]
you really oughta know
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 08 Dec 2001 10:34:23 +0000 |
parents | b1e300a85678 |
children | 7dd0838f602e |
comparison
equal
deleted
inserted
replaced
2859:82cf2358c771 | 2860:d842df0f5fe1 |
---|---|
643 } | 643 } |
644 /* k, so now we've gotten past all the HTML crap. */ | 644 /* k, so now we've gotten past all the HTML crap. */ |
645 if (!*c) | 645 if (!*c) |
646 return FALSE; | 646 return FALSE; |
647 if (!g_strncasecmp(c, "/me ", 4)) { | 647 if (!g_strncasecmp(c, "/me ", 4)) { |
648 memmove(c, c + 4, len - 4); | 648 memmove(c, c + 4, len - 3); |
649 return TRUE; | 649 return TRUE; |
650 } else | 650 } else |
651 return FALSE; | 651 return FALSE; |
652 } | 652 } |
653 | 653 |