Monday, October 22, 2007

HOW TO USE AN AUTO-ID SCRIPT

  1. Open your scripts editor by pressing ALT+R

  2. Make sure you are on the REMOTE tab.

  3. Go to VIEW and select SCRIPTS.INI /REMOTE.INI

  4. Paste the following into your SCRIPT.INI and substitute your own ID TEXT OF YOUR CHOICE to replace that highlighted in RED. Click FILE/SAVE & EXIT.

on 1:join:#dommefemsub:if ( $nick == $me ) { msg #dommefemsub ID TEXT OF YOUR CHOICE }

on *:Join:#dommefemsub: {
if ($nick != $me) {
whois $nick
}
}





Click the pic below for a screen shot.