MantisBT - mSLDev
View Issue Details
0000169mSLDevGeneral (other)public2013-06-14 22:452013-06-22 19:09
Travis 
 
normalminoralways
newopen 
 
 
0000169: menu prefix warning for empty items
Warnings state "The menu item specified will never be displayed without any code." when it's not always true.
menu nicklist {
  Twitch:
  .Op: .msg # .mod $1
}
;Erroneous warning is shown.
Adding a space after "Twitch:" causes the warning to go away when it should still be there with no nested items.
E.G.
menu nicklist {
  Twitch:
}
^has a space after Twitch: but shows no warning.
No tags attached.
Issue History
2013-06-14 22:45TravisNew Issue
2013-06-14 23:34TravisNote Added: 0000117
2013-06-22 19:09WimsNote Added: 0000118

Notes
(0000117)
Travis   
2013-06-14 23:34   
Perhaps the colon shouldn't be used in "Twitch:" for that menu item, but mIRC accepts it.
(0000118)
Wims   
2013-06-22 19:09   
This has been already reported