Remove old comment
This commit is contained in:
parent
ee7098c0db
commit
75373e4a7a
@ -901,7 +901,6 @@ class MSN {
|
|||||||
|
|
||||||
case 'NLN':
|
case 'NLN':
|
||||||
// NS: <<< NLN {status} {email} {networkid} {nickname} {clientid} {dpobj}
|
// NS: <<< NLN {status} {email} {networkid} {nickname} {clientid} {dpobj}
|
||||||
// NS: <<< NLN NLN darkip@inflatablegoldfish.com 1 Luke 2685403136 0
|
|
||||||
@list(/* NLN */, $status, $email, $network, $nickname) = @explode(' ', $data);
|
@list(/* NLN */, $status, $email, $network, $nickname) = @explode(' ', $data);
|
||||||
$this->callHandler('StatusChange', array('screenname' => $email, 'status' => $status, 'network' => $network, 'nickname' => $nickname));
|
$this->callHandler('StatusChange', array('screenname' => $email, 'status' => $status, 'network' => $network, 'nickname' => $nickname));
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user