mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 148
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Nov 2004
Posts: 148
currently when writting:
/hdel -w hash_table something*
mIRC will delete all items which has something* wildcarded.

Since I didn't find any decent way to to the same but the something* is reffering to the Data and not the Item, then I'm suggesting it here.
Right now, if I want to delete all items that thier data contains a specific word or a wildcarded string, I need to use $hfind in order to get the item name, and then using a while loop, I keep checking over and over again until the while is being breaked when the hash table data is empty from data which contains "something*".

This takes ages because of the While loop.
Adding a -d switch can be nice.

Thanks for reading this post and taking my suggestion under consideration.
smile

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Nice idea smile

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
I always wanted this feature.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Nov 2004
Posts: 148
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Nov 2004
Posts: 148
Quote:
I always wanted this feature.


grin grin grin I'm happy that more people agree with me.


Link Copied to Clipboard