gaim/gaim

Parents fad67df529e4
Children a0758fa17359
This is what the command actually does, I'm not sure if jabber should allow for invites to other rooms than the one the command is run from.
--- a/src/protocols/jabber/jabber.c Mon Jul 25 17:21:02 2005 -0400
+++ b/src/protocols/jabber/jabber.c Mon Jul 25 19:46:27 2005 -0400
@@ -1473,7 +1473,7 @@
GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY |
GAIM_CMD_FLAG_ALLOW_WRONG_ARGS, "prpl-jabber",
jabber_cmd_chat_invite,
- _("invite <user> [room]: Invite a user to the room."),
+ _("invite <user> [message]: Invite a user to the room."),
NULL);
gaim_cmd_register("join", "ws", GAIM_CMD_P_PRPL,
GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY |