Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 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 | 2a2cd2a6f7cf |
| children | 3c3795562256 |
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);
