Revert "send mode reader before doing anything"
This reverts commit d15f51f1ce
.
This commit is contained in:
@@ -206,9 +206,7 @@ NNTP.prototype.connect = function(options) {
|
||||
//self._parseCaps();
|
||||
return self.emit('ready');
|
||||
}
|
||||
self._send('MODE', 'READER', function() {
|
||||
self._send(cmd, params, reentry);
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user