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->NSRetryWait($this->retry_wait);
|
||||||
$this->signon();
|
$this->signon();
|
||||||
return;
|
return;
|
||||||
} else {
|
}
|
||||||
|
|
||||||
switch (substr($data, 0, 3)) {
|
switch (substr($data, 0, 3)) {
|
||||||
case 'SBS':
|
case 'SBS':
|
||||||
// after 'USR {id} OK {user} {verify} 0' response, the server will send SBS and profile to us
|
// after 'USR {id} OK {user} {verify} 0' response, the server will send SBS and profile to us
|
||||||
@ -912,7 +913,6 @@ class MSN {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read and handle incoming command/message from
|
* Read and handle incoming command/message from
|
||||||
|
Loading…
Reference in New Issue
Block a user