MantisBT - mSLDev
View Issue Details
0000040mSLDevGeneral (other)public2011-07-24 20:432011-07-26 18:06
xmrfunny1x 
administrator 
highminoralways
resolvedfixed 
Win7 64-bitWindows 7(6.1)
0.1.1.12 
0.1.1.19 
0000040: 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.
has duplicate 0000041resolved administrator Groups (# prefix) do not like "1-liners" 
Issue History
2011-07-24 20:43xmrfunny1xNew Issue
2011-07-25 00:04administratorAssigned To => administrator
2011-07-25 00:04administratorStatusnew => confirmed
2011-07-26 18:06administratorStatusconfirmed => resolved
2011-07-26 18:06administratorFixed in Version => 0.1.1.19
2011-07-26 18:06administratorResolutionopen => fixed
2011-07-26 18:07administratorRelationship addedhas duplicate 0000041

There are no notes attached to this issue.