MantisBT - mSLDev
View Issue Details
0000041mSLDevGeneral (other)public2011-07-24 20:442011-07-26 18:07
xmrfunny1x 
administrator 
highminorhave not tried
resolvedfixed 
Win7 32-bitWindows 7(6.1)
0.1.1.12 
0.1.1.19 
0000041: Groups (# prefix) do not like "1-liners"
Interpreter claims an "Ill-formed script group" was made, underlining the #foo end line.
; Broken code:

#foo off
on 1:TEXT:foo:#:{ msg $chan bar }
#foo end


; As opposed to working code:
#foo off
on 1:TEXT:foo:#:{
  msg $chan bar
}
#foo end
No tags attached.
duplicate of 0000040resolved administrator Groups (# prefix) do not like "1-liners" 
Issue History
2011-07-24 20:44xmrfunny1xNew Issue
2011-07-25 00:41administratorAssigned To => administrator
2011-07-25 00:41administratorStatusnew => confirmed
2011-07-26 18:07administratorRelationship addedduplicate of 0000040
2011-07-26 18:07administratorStatusconfirmed => resolved
2011-07-26 18:07administratorFixed in Version => 0.1.1.19
2011-07-26 18:07administratorResolutionopen => fixed

There are no notes attached to this issue.