comparison src/protocols/msn/msn.c @ 12318:e346a085bb4f

[gaim-migrate @ 14622] Try to remove the word contact from the UI as much as possible. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:47:37 +0000
parents d3cb077caf3e
children fc464a0abccc
comparison
equal deleted inserted replaced
12317:1baf4cbcf84d 12318:e346a085bb4f
1968 option); 1968 option);
1969 1969
1970 gaim_cmd_register("nudge", "", GAIM_CMD_P_PRPL, 1970 gaim_cmd_register("nudge", "", GAIM_CMD_P_PRPL,
1971 GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_PRPL_ONLY, 1971 GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_PRPL_ONLY,
1972 "prpl-msn", msn_cmd_nudge, 1972 "prpl-msn", msn_cmd_nudge,
1973 _("nudge: nudge a contact to get their attention"), NULL); 1973 _("nudge: nudge a user to get their attention"), NULL);
1974 1974
1975 gaim_prefs_remove("/plugins/prpl/msn"); 1975 gaim_prefs_remove("/plugins/prpl/msn");
1976 } 1976 }
1977 1977
1978 GAIM_INIT_PLUGIN(msn, init_plugin, info); 1978 GAIM_INIT_PLUGIN(msn, init_plugin, info);