# HG changeset patch # User Richard Laager # Date 1158051844 0 # Node ID b007392d72ff313d5f12821fa08f7d39e27c6473 # Parent 72ada44b052ec8acfc6bd5d7026d19b3f65f3ef4 [gaim-migrate @ 17260] Angel Marin pointed out this mistake. committer: Tailor Script diff -r 72ada44b052e -r b007392d72ff libgaim/gaim-url-handler --- a/libgaim/gaim-url-handler Tue Sep 12 07:05:27 2006 +0000 +++ b/libgaim/gaim-url-handler Tue Sep 12 09:04:04 2006 +0000 @@ -234,7 +234,7 @@ account = findaccount(protocol) - if command.lower() == "sendIM": + if command.lower() == "sendim": goim(account, screenname, params.get("m")) elif command.lower() == "chat": gochat(account, {"room": screenname})