Mercurial > pidgin
diff libpurple/protocols/irc/parse.c @ 31086:a8cc50c2279f
Remove trailing whitespace
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 04 Jan 2011 06:55:30 +0000 |
parents | 1dcaaa68b245 |
children | 167ea4b4765c 6c660dc7cb6a |
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c Tue Jan 04 06:42:45 2011 +0000 +++ b/libpurple/protocols/irc/parse.c Tue Jan 04 06:55:30 2011 +0000 @@ -657,7 +657,7 @@ * instead of a null terminated string. */ purple_signal_emit(_irc_plugin, "irc-receiving-text", gc, &input); - + if (!strncmp(input, "PING ", 5)) { msg = irc_format(irc, "vv", "PONG", input + 5); irc_send(irc, msg);