mIRC Home    About    Download    Register    News    Help

Print Thread
#103962 28/11/04 02:34 AM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Hi,

I have some ideas of new features that I think would be nice;

1) Add -c option to /ban ( c = all chans)
2) The same of #1 but for /Kick
3) Add -w to /cnick ( w = aways)
4) I think /describe could support more than one "thing". Example: /describe #help,#usa say Hello to everybody
5) Add /dcc command to hide/show DCCs in progress
6) Add -s option to /url to show the URL at mIRC STATUS Window. (no more IE/Mozilla if you wanna see something fastly)

That all. Maybe Khaled like this ideas.

Best,
Debug

#103963 28/11/04 03:13 AM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
4: i like the idea
5: i agree with that
6: wtf? u want "/url -s www.mirc.com" to display the html of mirc.com to the status window?

#103964 28/11/04 03:32 AM
Joined: Jul 2004
Posts: 150
D
Debug Offline OP
Vogon poet
OP Offline
Vogon poet
D
Joined: Jul 2004
Posts: 150
Yes, i saw this in one script and its nice.

#103965 28/11/04 05:22 AM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
this is an excellent alternative to number 6 btw.

#103966 28/11/04 09:24 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Quote:
3) Add -w to /cnick ( w = aways)


I believe this has been suggested before and the problem that arises is that mIRC would have to /whois someone (or something similar) to find out if their away. This would lag you quite a lot if you're in several channels, especially several big channels.

I believe you can find scripted alternatives.

Quote:
4) I think /describe could support more than one "thing". Example: /describe #help,#usa say Hello to everybody


I don't know if depends on the server you're using, but it already does. I tested this on DALnet/Undernet/EFnet and it worked. You do not see both the actions get sent to both channels though, it appears:

-> *#arnie1,#arnie2* test

Regards,


Mentality/Chris
#103967 28/11/04 10:25 PM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
You would only have to /who them

#103968 28/11/04 11:07 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Quote:

5) Add /dcc command to hide/show DCCs in progress


not that its a bad command but it can be done already
Code:
alias dcchide {
  var %i = $get(0)
  while (%i) {
    window -h "get $get(%i) $get(%i).file $+ "
    dec %i
  }
  var %i = $send(0)
  while (%i) {
    window -h "send $send(%i) $send(%i).file $+ "
    dec %i
  }
}
alais dccshow { ...same thing but window -w }


PS : i didnt check that code, but it should work, i uses the window command to hide indervidual sends, so just added the loop around them.
I also noticed u said dcc in progress, so i guess thats not quite right as you might have wanted finished ones to show up?, can be added with a check on $get/$send(%i).status I guess

#103969 30/11/04 09:28 AM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
/ame does the same as your suggested describe idea...


What do you do at the end of the world? Are you busy? Will you save us?
#103970 30/11/04 10:19 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Not entirely - /ame will send to all channels you're in on the network you're in. They are suggesting that /describe can be used to specify multiple channels, so if you're in #Arnie, #mIRC and #Moo then you can just send an action to two of those, instead of all of them.

See my post though..

Regards,


Mentality/Chris
#103971 30/11/04 11:30 AM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
/describe #chan1,#chan2 emotion prolly works, idano.. I haven't actually tried it


What do you do at the end of the world? Are you busy? Will you save us?

Link Copied to Clipboard