libpurple/protocols/irc/msgs.c

branch
release-2.x.y
changeset 41335
c49dcf00bee6
parent 41333
ed2b25ccdf2c
child 41339
3230f4408394
--- a/libpurple/protocols/irc/msgs.c	Sat Apr 23 05:05:15 2022 -0500
+++ b/libpurple/protocols/irc/msgs.c	Sat Apr 23 05:05:54 2022 -0500
@@ -1256,7 +1256,7 @@
 	char *buf;
 
 	buf = irc_format(irc, "v:", "PONG", args[0]);
-	irc_send(irc, buf);
+	irc_priority_send(irc, buf);
 	g_free(buf);
 }
 

mercurial