Hi smile

mIRC have the `=` operator to assign value to variables, but what about extend this ?

For example, a `.=` which add text at end of a variable :
Code:
%var .= blah
;working like :
%var = $+(%var, blah)