mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2021
Posts: 48
R
Robert Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Mar 2021
Posts: 48
I don't like a person in a channel, so i want to ignore him. But when he said Text by "/ame text" or "/me text" i still see that text of him.

NOTE: I have already use: /ignore -pcitdk... <nick|ip/host> but cann't ignore with action /ame or /me command.
Thanks all

Joined: Jan 2012
Posts: 323
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Jan 2012
Posts: 323
Try using this script code:
Code
on ^*:ACTION:*:#:{
  if (troll* iswm $nick) { halt }
  if (*testing* iswm $ial($nick).user) { halt }
  if (*.22.33.* iswm $ial($nick).host) { halt }
}

Can read more about the methods used in this code here:



🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples
Joined: Mar 2021
Posts: 48
R
Robert Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Mar 2021
Posts: 48
Thanks so much Epic. It's work perfect and exactly i want.


Link Copied to Clipboard