mIRC Home    About    Download    Register    News    Help

Print Thread
#149896 25/05/06 10:48 AM
D
DooDaa
DooDaa
D
Im trying to create a custom ignore script in my aliases so all I have to do is type in /iggy {NICK} and then send a message to the channel to inform that person they have been ignored. I've managed to create something like this but all it seems to do is ignore them on the nick level, not the IP level. I want to design my script in a way where it will ignore them on the IP level and do exactly the same as the command /ignore *!*@{IP Number} would do. Ignoring them, no matter what nick they change to, and still sending the message with the persons name to the channel upon ignore. (hope im making sense here). Is there a way I can use such an alias that will ignore them at the IP level and post the message with their nick in it to the channel?

My Current Ignore Alias
/iggy {
/ignore -pcntikd $$1
/say 8,1 $+ $$1 $+ : You have been found guilty of immaturity. You are hereby committed to Iggyville State Mental Institution, without parole, where you will serve a life sentence. Court is now dismissed! Thank you!
}

#149897 25/05/06 11:41 AM
Joined: May 2006
Posts: 122
J
Vogon poet
Offline
Vogon poet
J
Joined: May 2006
Posts: 122
use: ignore -pcntikd $$1 2
simple as that.


Link Copied to Clipboard