# HG changeset patch # User Eric Warmenhoven # Date 1002054716 0 # Node ID 1b994d4bb1c3aac44bd5077b2e51558f30f3b84c # Parent eb9837ab2054814b2e200be90c6b4ad16621111a [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 diff -r eb9837ab2054 -r 1b994d4bb1c3 src/protocols/irc/irc.c --- 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, "Unsupported command", WFLAG_SYSTEM, NULL, time(NULL)); + write_to_conv(c, "Unknown command", WFLAG_SYSTEM, NULL, time(NULL)); } return 0;