mIRC Home    About    Download    Register    News    Help

Print Thread
#113707 07/03/05 10:47 PM
Joined: Dec 2002
Posts: 503
B
Bekar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Dec 2002
Posts: 503
I realize this is probably overkill, but it'd be nice to be able to use regular-expression patterns for userlist entries, to restrict a little more nicely the possible user/host pairs availble to a given user-level, without having to cover every possibility, or have an * to open up the pattern too much.

Anyway, just a thought.

#113708 07/03/05 11:19 PM
Joined: Aug 2004
Posts: 147
N
Vogon poet
Offline
Vogon poet
N
Joined: Aug 2004
Posts: 147
I hate answers to feature suggestions that are code snippets but you can do something like this:
Code:
window @filter
filter -glww $chan @filter *
echo -a $line(@filter,1)

#113709 07/03/05 11:32 PM
Joined: Dec 2002
Posts: 208
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Dec 2002
Posts: 208
Are you saying that instead of just wildcards on nick!ident@host, you'd like to see userlevels with regex support; for example, something like:

level:(nick1|nick2)!~?ident@(host1|host2)

I think that could be one of many logical steps in expanding regex support throughout mirc. That is, I agree with this suggestion.


If I knew now what I will know then... maybe things will have been different...

Link Copied to Clipboard