--- a/src/protocols/irc/parse.c Sat Jun 12 21:48:49 2004 +0000 +++ b/src/protocols/irc/parse.c Sun Jun 13 17:26:45 2004 +0000 @@ -119,7 +119,7 @@ { "mode", ":", irc_cmd_mode, N_("mode <nick|channel> <+|-><A-Za-z>: Set or unset a channel or user mode.") }, { "msg", "t:", irc_cmd_privmsg, N_("msg <nick> <message>: Send a private message to a user (as opposed to a channel).") }, { "names", "c", irc_cmd_names, N_("names [channel]: List the users currently in a channel.") }, - { "nick", "n", irc_cmd_nick, N_("nick <new nick name>: Change your nick name.") }, + { "nick", "n", irc_cmd_nick, N_("nick <new nickname>: Change your nickname.") }, { "op", ":", irc_cmd_op, N_("op <nick1> [nick2] ...: Grant channel operator status to someone. You must be a channel operator to do this.") }, { "operwall", ":", irc_cmd_wallops, N_("operwall <message>: If you don't know what this is, you probably can't use it.") }, { "part", "c:", irc_cmd_part, N_("part [room] [message]: Leave the current channel, or a specified channel, with an optional message.") },