// Top of script#define BOTPASS enteryourpw// Anywhere you wantpublic IRC_OnConnect(botid){ new str[60] format(str, 60, "nickserv identify %s", BOTPASS); IRC_SendRaw(botid, str); return 1;}