mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2003
Posts: 1
T
the_hat Offline OP
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Mar 2003
Posts: 1
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,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Yes there are, /help command line will give you the full list.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
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