Mercurial > pidgin
changeset 32789:8331b45b6200
disapproval of revision '183ac4d83596ebf70192f4694b131e45a7a5a4c5'
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 05 May 2012 17:11:58 +0000 |
parents | 900f6ee1188e |
children | bcea57ced98c |
files | libpurple/protocols/irc/msgs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/irc/msgs.c Fri May 04 07:29:24 2012 +0000 +++ b/libpurple/protocols/irc/msgs.c Sat May 05 17:11:58 2012 +0000 @@ -115,7 +115,7 @@ /* This function is ugly, but it's really an error handler. */ void irc_msg_default(struct irc_conn *irc, const char *name, const char *from, char **args) { - int i; + int i, directed_magic = TRUE; char *convname, *end, *tmp, *cur; PurpleConversation *convo;