Fixed a bug where sessions were not cleared
This commit is contained in:
@@ -949,7 +949,7 @@ class MSN {
|
||||
break;
|
||||
case 'BYE':
|
||||
$this->debug_message("*** Quit for BYE");
|
||||
$this->endSBSession();
|
||||
$this->endSBSession($socket);
|
||||
break;
|
||||
case 'USR':
|
||||
// SB: <<< USR {id} OK {user} {alias}
|
||||
|
Reference in New Issue
Block a user