Wed, 09 Jun 2004 18:58:26 +0000
[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.
| src/protocols/jabber/jabber.c | file | annotate | diff | comparison | revisions |
--- 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",