diff libgaim/gaim-url-handler @ 14539:b007392d72ff

[gaim-migrate @ 17260] Angel Marin pointed out this mistake. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 12 Sep 2006 09:04:04 +0000
parents e3a640372b6e
children 5d71039b20eb
line wrap: on
line diff
--- 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})