- Open your scripts editor by pressing ALT+R
- Make sure you are on the REMOTE tab.
- Go to VIEW and select SCRIPTS.INI /REMOTE.INI
- 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.