mIRC Home    About    Download    Register    News    Help

Print Thread
T
the_hat
the_hat
T
im just wondering if i could run mIRC with like -nick BLAH , or anything like that? im working on setuping some icons on my desktop.

Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
Yes there are, /help command line will give you the full list.

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
You can also add more by checking $cmdline in your scripts, e.g.:
Code:
on *:START:{
  if ( $cmdline == -tray ) {
    showmirc -t
  }
}


Link Copied to Clipboard