// To auth with quakenet's Q, uncomment the following sendRawLine command
// and replace 'scriptbot test123' with your username and password
//bot.sendRawLine("PRIVMSG Q@CServe.quakenet.org :AUTH scriptbot test123");
// To auth with freenode's NickServ, uncomment the following sendRawLine command
// and replace 'test123' with your password
//bot.sendRawLine("PRIVMSG NickServ :IDENTIFY test123");
bot.setMode("+iw");
bot.joinChannel("#jawe");