1.How do you make an input password popup box so whatever you type will be in asterisks instead?

2.How do you set the font of your alias/popup/remotes? Font type and face. Is it then possible to change the background color of your alias/popup/remote and other built-in dialogs?

3.How do you add/edit entries in your toolbar?

4.Can anyone give me the complete list of colors from Ctrl K? Knowing I can /color N ###### and change whatever color to whatever color I want, only up to 16, I want to be able to restore them to default, so I need the numerics.

5.I'm making a list of channels, separated by commas.

Under variables:

%channels #channels,#separated,#by,#commas

I'm trying, for under a remote event:

if (!istok(%channels,$chan,44) {

Mirc doesn't seem to differential whether $chan is one of the channels in %channels separatd by commas.

Thanks.