changeset 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 eb9837ab2054
children 70cb0ce6991a
files src/protocols/irc/irc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;