changeset 2459:a25223b2c29b

[gaim-migrate @ 2472] nolog committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 09 Oct 2001 19:15:13 +0000
parents 8208e2016d9b
children 049822b93239
files src/protocols/irc/irc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Tue Oct 09 18:12:41 2001 +0000
+++ b/src/protocols/irc/irc.c	Tue Oct 09 19:15:13 2001 +0000
@@ -1206,7 +1206,7 @@
 				 "JOIN PART TOPIC<BR>"
 				 "OP DEOP VOICE DEVOICE KICK<BR>"
 				 "NICK ME MSG QUOTE SAY</B>",
-				 WFLAG_SYSTEM, NULL, time(NULL));
+				 WFLAG_NOLOG, NULL, time(NULL));
 	} else {
 		struct conversation *c = NULL;
 		if (is_channel(gc, who)) {
@@ -1216,7 +1216,7 @@
 		}
 		if (!c)
 			return -EINVAL;
-		write_to_conv(c, "<B>Unknown command</B>", WFLAG_SYSTEM, NULL, time(NULL));
+		write_to_conv(c, "<B>Unknown command</B>", WFLAG_NOLOG, NULL, time(NULL));
 	}
 
 	return 0;