diff src/protocols/irc/irc.c @ 2413:1b994d4bb1c3

[gaim-migrate @ 2426] (13:31:13) DennisR: warmenhoven: You should change "Unsupported command" to "Unknown command" (/scan is a real command, but /asdkjhfasdasdfhjk isnt, and both say unsupported command =)) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 02 Oct 2001 20:31:56 +0000
parents 579f8d4347ad
children a25223b2c29b
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Tue Oct 02 16:39:00 2001 +0000
+++ b/src/protocols/irc/irc.c	Tue Oct 02 20:31:56 2001 +0000
@@ -1216,7 +1216,7 @@
 		}
 		if (!c)
 			return -EINVAL;
-		write_to_conv(c, "<B>Unsupported command</B>", WFLAG_SYSTEM, NULL, time(NULL));
+		write_to_conv(c, "<B>Unknown command</B>", WFLAG_SYSTEM, NULL, time(NULL));
 	}
 
 	return 0;