mIRC Home    About    Download    Register    News    Help

Print Thread
#62297 30/11/03 12:19 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
for priv msg protection:

IF i give ignore on *!*@* all of ppl for priv msg, and when some1 msgs me, will my script be able to send him a notice even if i have all ignored for priv msg?

#62298 30/11/03 07:18 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
No

#62299 30/11/03 10:35 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on *:TEXT:*:?:{
  if (%AutoIgnore == Enabled) {
    .ignore -u30 $nick
    .notice $nick I'm currently on AutoIgnore. try talk to me in a channel! 
   close -m $nick 
}

menu channel {
  AutoIgnore
 .Enable:{ set %AutoIgnore Enabled }
 .Disable:{ set %AutoIgnore Disabled }

i dont know if this is what you asking for? ALT + R paste everything to a remote file, press ok and look in your channel menu smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#62300 30/11/03 11:02 AM
Joined: Oct 2003
Posts: 30
Ameglian cow
Offline
Ameglian cow
Joined: Oct 2003
Posts: 30
Code:
on *:TEXT:*:?:{
  if (%AutoIgnore == Enabled) {
    .ignore -u30 $nick
    .notice $nick I'm currently on AutoIgnore. try talk to me in a channel! 
    close -m $nick 
  [color:red]}[/color]
}

menu channel {
  AutoIgnore
  .Enable:{ set %AutoIgnore Enabled }
  .Disable:{ set %AutoIgnore Disabled }
[color:red]}[/color]



:P


------
Cheers m8!
#62301 30/11/03 02:11 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
heh, i already have that system smile , i just wanted to know if i really give /ignore an *!*@* will that notice still work on OPEN priv msg event... suppose not then, thanx all 4 your help

#62302 30/11/03 02:49 PM
Joined: Nov 2003
Posts: 67
C
Babel fish
Offline
Babel fish
C
Joined: Nov 2003
Posts: 67
if ($nick isignore) doesn´t work?


irc.universochat.net
#escripting

Link Copied to Clipboard