mIRC Home    About    Download    Register    News    Help

Print Thread
#96998 07/09/04 10:47 AM
Joined: Dec 2002
Posts: 40
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 40
Hi, I've tried several things but unable to get mass invites to move from active window to an @window .. Can anyone help me please


~ @#FunFactory / @#WorldChat ~ on DALnet ~
#96999 07/09/04 11:03 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Alt+O >> IRC >> under "Show in active," uncheck "Invites."

This will cause all future invites to be displayed in the Status Window.

If you still want to move them to a specific window, use the following script:

On ^*:invite:#:{
  • haltdef
    var %win = $+(@invite[,$cid,])
    if !$window(%win) { window -nv %win }
    echo -ct invite %win $nick invites you to join #
}


Link Copied to Clipboard