mIRC Home    About    Download    Register    News    Help

Print Thread
#112385 23/02/05 03:12 PM
Joined: Feb 2005
Posts: 24
R
Ratzor Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Feb 2005
Posts: 24
how can i make, that all notices (exept channel noticeses) apear in a new window called @notice or something like that

#112386 23/02/05 04:33 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
On ^*:Notice:*:?: {
  if ($window(@Notice)) { 
    echo 5 @Notice NOTICE: $nick : $1-
  } 
  else { 
    window -de @Notice 245 250 594 266 
    echo 5 @Notice NOTICE: $nick : $1-
  }
  haltdef
}

#112387 23/02/05 05:18 PM
Joined: Feb 2005
Posts: 24
R
Ratzor Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Feb 2005
Posts: 24
tnx! that's just what i needed!

1 question:
why do i see the notice also in status window?

Last edited by Ratzor; 23/02/05 05:23 PM.
#112388 23/02/05 05:37 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
No idea, it echoes in @Notice for me.

#112389 23/02/05 05:48 PM
Joined: Feb 2005
Posts: 24
R
Ratzor Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Feb 2005
Posts: 24
it's ok now, when i restarted irc
tnx again smile

#112390 24/02/05 04:13 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Cool, dude. grin


Link Copied to Clipboard