Mercurial > pidgin.yaz
changeset 9083:2185ced3b087
[gaim-migrate @ 9859]
Fix a run-time warning about the "CAL" command being unknown.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 27 May 2004 04:07:55 +0000 |
parents | 761f6129730e |
children | d9640b38a65b |
files | src/protocols/msn/switchboard.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Thu May 27 04:03:05 2004 +0000 +++ b/src/protocols/msn/switchboard.c Thu May 27 04:07:55 2004 +0000 @@ -450,6 +450,8 @@ msn_table_add_cmd(cbs_table, "USR", "USR", usr_cmd); + msn_table_add_cmd(cbs_table, "CAL", "CAL", NULL); + msn_table_add_cmd(cbs_table, NULL, "MSG", msg_cmd); msn_table_add_cmd(cbs_table, NULL, "JOI", joi_cmd); msn_table_add_cmd(cbs_table, NULL, "BYE", bye_cmd);