Useful Scripts

For these scripts to work you must use a chat program that is installed on your computer, called mIRC or ChatZilla. 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.

mIRC:

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
}
}

Scripts for Moderators/ChanOps:

To use an “alias” (these ones in particular and ” ” are never typed nor are the < or > they are mandatory options.) type “/aliasname <somethingelse>”

For the kick rules alias, you would type “/kickrules NickOfPersonToBeKicked”

alias kickrules {
/kick # $1 Please review the rules before coming back. If you continue, you will be banned from the live chat. The rules can be found here: http://www.chibipaws.com/?f=3
}

alias banrules {
/kick # $1 You have been banned from the live chat. The rules can be found here: http://www.chibipaws.com/?f=3

/mode $chan +b $address($1,2)
}

To get ChatZilla to do Auto commands:

1) Install the program and Open it using FireFox (Tools menu).

2) Type: /server irc.chibipaws.net:6667 [click ENTER]

3) Right Click on the “irc.chibipaws.net:6667″ tab and choose the “Open this network at startup” option.

4) Click the ChatZilla menu option, go to preferences.

5) Choose “irc.chibipaws.net:6667″ from the menu on the left.

6) Look for the tab called “Lists” above the Large box on the Right.

7) In the “Auto-Perform” box click “Add…”

and on separate lines add in:

ns ghost MAINNICK PASSWORD

ns release MAINNICK PASSWORD

nick MAINNICK

ns id PASSWORD

[you can add in a few different commands here such as "join #Channelname"]

8 ) Click “OK” and you should be set.