There seems to be a minor bug within the editor concerning group handing. It does not refresh group info after correcting a bracket mismatch. (using mIRC version 6.03)

Example:

1. add this to a new script in editor:
Code:
   #grouptest on
   #grouptest end

2. Leave the editor (press OK)
3. Type //echo #grouptest: $group(#grouptest)
You should see: "#grouptest on"
4. Open editor again and input a bracket mismatch:
Code:
   {
   #grouptest on
   #grouptest end

5. Leave editor (press OK)
6. Reopen editor, remove the bracket
7. Leave editor (press OK)
8. Type //echo #grouptest: $group(#grouptest) again
You should see: "#grouptest on" but instead you see only "#grouptest"
The group is clearly on (just reopen the editor to see that)
but somehow it does not refresh internally. Strangely $group(0) still counts the group but also when doing $group(1) it gives back $null.

thanks for your time
heidelberger