I have an alias which I call with an argument. This alias removes a few items from an ini file, and uses the argument to select the section from which it removes the item.

The problem comes when I call it using an identifier, usually $me. The alias evaluates $me and then attempts to remove from a section using my nick. Which isn't what I want, there is a section [$me] in the ini.

So, is there any way I can call the alias and prevent evaluation of the argument. The only thing I can think of so far is to call it in a 'flagged' way, so to make the argument -arg (ie $chr(45 $+ <arg>) however this is a bit of a pain and a tidier method would be nice.