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