# HG changeset patch # User Etan Reisner # Date 1122335194 0 # Node ID 2c930d5914926d187375581a5dec2d45f2b6e762 # Parent f068eaabe332247816309f65c42aa0c3682b1637 [gaim-migrate @ 13245] This is what the command actually does, I'm not sure if jabber should allow for invi tes to other rooms than the one the command is run from. committer: Tailor Script diff -r f068eaabe332 -r 2c930d591492 src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Mon Jul 25 21:20:14 2005 +0000 +++ b/src/protocols/jabber/jabber.c Mon Jul 25 23:46:34 2005 +0000 @@ -1490,7 +1490,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 |