# HG changeset patch # User Tim Ringenbach # Date 1086807506 0 # Node ID ff8e380015e3cc30059f13738869e0e6dbf069ee # Parent 07f20f411529d7e4471935985f683c1c9ee5057d [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 diff -r 07f20f411529 -r ff8e380015e3 src/protocols/jabber/jabber.c --- 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>: Change your nickname.")); + jabber_cmd_chat_nick, _("nick <new nickname>: 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",