For these scripts to work you must use a chat program that is installed on your computer, call mIRC. In order to get them to work, you must go to Tools > Script Editor. Once you click there a box pops up and there are many tabs. All of these scripts must be placed with in the tab called: “Remotes” Just copy and paste the text in there, and change any capitol letters that I may have put. Many times it will be USERNAME, NICK, CHANNEL or PASSWORD. Some scripts will have some extra information in them, just delete any lines you don’t modify, just be careful of the the parentheses and brackets.
Auto Identify:
On *:connect {
if ( $server == oxygen.chibipaws.net ) {
ns ghost NICKHERE PASSWORD
nick NICKHERE
ns id PASSWORD
join CHANNEL
join CHANNEL
cs id CHANNEL CHANNELPASSWORD
}
}