Mercurial > pidgin
changeset 10121:bde7418a2573
[gaim-migrate @ 11158]
<nosnilmot> so should I mention here that GAIM_CMD_P_PLUGIN should probably be GAIM_CMD_P_PRPL?
How did stu catch that when *I* missed it?
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 19 Oct 2004 02:00:12 +0000 |
parents | df34b61ab2c5 |
children | 1d3c9da4929f |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Tue Oct 19 01:56:43 2004 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Oct 19 02:00:12 2004 +0000 @@ -3441,7 +3441,7 @@ GAIM_CMD_FLAG_PRPL_ONLY, "prpl-yahoo", yahoogaim_cmd_chat_join, _("join <room>: Join a chat room on the Yahoo network"), NULL); - gaim_cmd_register("buzz", "", GAIM_CMD_P_PLUGIN, + gaim_cmd_register("buzz", "", GAIM_CMD_P_PRPL, GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_PRPL_ONLY, "prpl-yahoo", yahoogaim_cmd_buzz, _("buzz: Buzz a contact to get their attention"), NULL);