Remove old comment

This commit is contained in:
Luke Fitzgerald 2010-07-24 10:07:02 -07:00
parent ee7098c0db
commit 75373e4a7a
1 changed files with 0 additions and 1 deletions

View File

@ -901,7 +901,6 @@ class MSN {
case 'NLN':
// 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);
$this->callHandler('StatusChange', array('screenname' => $email, 'status' => $status, 'network' => $network, 'nickname' => $nickname));
break;