diff src/protocols/irc/irc.c @ 8038:de9a93878469

[gaim-migrate @ 8719] A little ison flub ... thanks marv committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 08 Jan 2004 03:32:45 +0000
parents 1b8261f374ea
children 7a6e30eb7aad
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Wed Jan 07 22:16:29 2004 +0000
+++ b/src/protocols/irc/irc.c	Thu Jan 08 03:32:45 2004 +0000
@@ -100,7 +100,7 @@
 		return TRUE;
 	}
 
-	buf = irc_format(irc, "v:", "ISON", list);
+	buf = irc_format(irc, "vn", "ISON", list);
 	g_free(list);
 	irc_send(irc, buf);
 	g_free(buf);