changeset 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 72ada44b052e
children 4dce0b552c83
files libgaim/gaim-url-handler
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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})