它非常容易设置并且运行良好。但是文档中没有任何地方说明如何
/msg nickserv identify <pword>
我能找到的最接近的是
client.join('#yourchannel yourpass');
或许
For any commands that there aren’t methods for you can use the send() method which sends raw messages to the server
client.send('MODE', '#yourchannel', '+o', 'yournick');
但似乎都没有完成工作。