From 3d36f24b493417190215dd60df544389cc64845b Mon Sep 17 00:00:00 2001 From: Luke Fitzgerald Date: Wed, 16 Jun 2010 02:11:39 +0100 Subject: [PATCH] Return true if OIM is sent successfully --- plugins/Msn/extlib/phpmsnclass/msn.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php index 967fa97874..85b7b01784 100644 --- a/plugins/Msn/extlib/phpmsnclass/msn.class.php +++ b/plugins/Msn/extlib/phpmsnclass/msn.class.php @@ -1572,6 +1572,7 @@ class MSN { continue; } } + return true; } else { // Other network return $this->sendOtherNetworkMessage($recipient, $message, $network);