mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 3
D
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Mar 2004
Posts: 3
How do I have all message from multiple channels on the same server go to one window?

Thanx ya
DJ-Redeye

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
alias chans {
  if ($window(@chans)) { 
    return 
  }
  else {
    window @chans
  }
}

on *:TEXT:*:#: {
  if ($window(@chans)) {
    echo @chans $chan / $nick / $1-
  }
  else {
    return 
  }
}  

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
not seen you in a while shocked!


New username: hixxy
Joined: Mar 2004
Posts: 3
D
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Mar 2004
Posts: 3
*blinks* I just woke up.... I have to make a script using that?

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Just copy and paste that into your mIRC Editor in the "remotes" section.

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Innit mate, it's been a long time since I last posted on here, since October I believe. grin

Joined: Mar 2004
Posts: 3
D
Self-satisified door
OP Offline
Self-satisified door
D
Joined: Mar 2004
Posts: 3
I hate sounding stupid, but I've copied/pasted it into it's own script, saved it, loaded it (in the remotes window) and still each chan. opens it's own window.

Please have patience laugh (I'm really not stupid..honest....OOhhh. COOKIE)


Link Copied to Clipboard