changeset 9250:ff8e380015e3

[gaim-migrate @ 10049] I think Nathan meant this. It would be nice if Nathan (or some other jabber expert) could make sure I actually documented the args correctly. Especially the one with the XXX by it (/msg). Then I could fix it and remove that XXX comment. Also someone should comment on whether this help string format sucks or not, before I go and write help strings for irc. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 09 Jun 2004 18:58:26 +0000
parents 07f20f411529
children 45d2ad4ac1c1
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Wed Jun 09 11:53:02 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Wed Jun 09 18:58:26 2004 +0000
@@ -1403,7 +1403,7 @@
 			jabber_cmd_chat_config, _("configure:  Configure a chat room."));
 	gaim_cmd_register("nick", "s", GAIM_CMD_P_PRPL,
 			GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY, "prpl-jabber",
-			jabber_cmd_chat_nick, _("nick &l;tnew nickname&gt;:  Change your nickname."));
+			jabber_cmd_chat_nick, _("nick &lt;new nickname&gt;:  Change your nickname."));
 	gaim_cmd_register("part", "s", GAIM_CMD_P_PRPL,
 			GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY |
 			GAIM_CMD_FLAG_ALLOW_WRONG_ARGS, "prpl-jabber",