mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2003
Posts: 19
J
Jaillyn Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: Jul 2003
Posts: 19
I know you can open windows, close them, do the alt + click on windows to make em not show for awhile, but is there like a command to move them? say you joined the wrong server first, if you like connecting to them in a specific way, and you want to move that server to the right spot?

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Code:

on *:START:{
  server irc.server1.net
  server -m irc.server2.net
  server -m irc.server3.net
}

There isn't any clean way to "move" a window's button within the context of the current connection, much less move the entire connection into a different order. There is a /window -z, but it moves the button to the very end (past all the buttons for all connections).


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
Joined: Jul 2003
Posts: 19
J
Jaillyn Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: Jul 2003
Posts: 19
Thanks. I'll keep all of that in mind.


Link Copied to Clipboard