mIRC Home    About    Download    Register    News    Help

Print Thread
#55245 16/10/03 06:49 AM
Joined: Dec 2002
Posts: 37
X
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Dec 2002
Posts: 37
I think this feature would be helpful in cleaning up codes and provide more flexibilty...

This Code...
/did -a name 1 text
/did -c name 2
/did -u name 3

Could Be...
/did -acu 1 2 3

#55246 16/10/03 08:00 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
I think that syntax could cause more problems, for example:

/did -acu $dname 1 2 3
mIRC will first add the text, '2' to ID 1, then check ID 2 and uncheck ID 3?

Perhaps something like:
/did -a $dname 1 "text" -c 2 -u 3
Similar to how the /server command can be used when specifying a nickname and channels to join on connect.

Just a thought.


- Jason
#55247 16/10/03 07:33 PM
Joined: Dec 2002
Posts: 37
X
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Dec 2002
Posts: 37
Either way is fine. As long as all the code is on 1 line.


Link Copied to Clipboard