mIRC Home    About    Download    Register    News    Help

Print Thread
#99206 29/09/04 07:52 PM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
ok, i know you can double click the channel and then click Excepts and view them, but is there a script to have it show me the +e list in a submenu?(for the current channel) and if i click one of the exceptions, it does a -e on that exception?

Last edited by Gameaddix; 29/09/04 07:58 PM.
#99207 29/09/04 10:44 PM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
btw tidy, what was
//var %i = 1 | while (%i <= 20) { echo -a Mask %i is: $address(<nick>,%i) | inc %i }

for? cause i do it and it comes back

Mask 1 is:
Mask 2 is:
Mask 3 is:
Mask 4 is:
Mask 5 is:
Mask 6 is:
Mask 7 is:
Mask 8 is:
Mask 9 is:
Mask 10 is:
Mask 11 is:
Mask 12 is:
Mask 13 is:
Mask 14 is:
Mask 15 is:
Mask 16 is:
Mask 17 is:
Mask 18 is:
Mask 19 is:
Mask 20 is:

which looks like it would show the exception list, but doesnt, cause thats just what i would need if it worked like i'm thinking it does

#99208 29/09/04 10:48 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
No, that was to see which address mask you wanted, ignore that.

//mode # e should show the except list.


New username: hixxy
#99209 29/09/04 11:01 PM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
ah ok, now, how would i make it echo that in the current channel i'm in?
also: this is what i got
menu channel {
.+e list
.$submenu($test($1))
}
what would i do if i wanted it to display the except list when i go to the +e list(without having to click it, it just pulls a submenu over that displays exceptions), if possible

Last edited by Gameaddix; 29/09/04 11:05 PM.

Link Copied to Clipboard