Removed unnecessary else statement
This commit is contained in:
parent
2d883eed89
commit
d52f6d5aea
@ -522,7 +522,8 @@ class MSN {
|
||||
$this->NSRetryWait($this->retry_wait);
|
||||
$this->signon();
|
||||
return;
|
||||
} else {
|
||||
}
|
||||
|
||||
switch (substr($data, 0, 3)) {
|
||||
case 'SBS':
|
||||
// after 'USR {id} OK {user} {verify} 0' response, the server will send SBS and profile to us
|
||||
@ -912,7 +913,6 @@ class MSN {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Read and handle incoming command/message from
|
||||
|
Loading…
Reference in New Issue
Block a user