libpurple/protocols/msn/msn.c

branch
soc.2013.gobjectification.plugins
changeset 37005
702a601fc2ca
parent 37004
c8dce7bef0e6
child 37038
8832d14d7d0c
--- a/libpurple/protocols/msn/msn.c	Tue Jan 21 01:48:42 2014 +0530
+++ b/libpurple/protocols/msn/msn.c	Tue Jan 21 02:37:31 2014 +0530
@@ -2843,7 +2843,7 @@
 	if (g_ascii_strcasecmp(proto, "msnim"))
 		return FALSE;
 
-	acct = find_acct("msn", acct_id);
+	acct = find_acct("prpl-msn", acct_id);
 
 	if (!acct)
 		return FALSE;
@@ -3067,7 +3067,7 @@
 
 	id = purple_cmd_register("nudge", "", PURPLE_CMD_P_PROTOCOL,
 	                  PURPLE_CMD_FLAG_IM | PURPLE_CMD_FLAG_PROTOCOL_ONLY,
-	                 "msn", msn_cmd_nudge,
+	                 "prpl-msn", msn_cmd_nudge,
 	                  _("nudge: nudge a user to get their attention"), NULL);
 	cmds = g_slist_prepend(cmds, GUINT_TO_POINTER(id));
 

mercurial