Return true if OIM is sent successfully

This commit is contained in:
Luke Fitzgerald 2010-06-16 02:11:39 +01:00
parent 392ea6fd32
commit 3d36f24b49
1 changed files with 1 additions and 0 deletions

View File

@ -1572,6 +1572,7 @@ class MSN {
continue;
}
}
return true;
} else {
// Other network
return $this->sendOtherNetworkMessage($recipient, $message, $network);