Mantis Bug Tracker

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000001mSLDevSyntax Checkingpublic2011-07-07 06:122013-03-22 13:29
ReporterKindOne 
Assigned Toadministrator 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.3.1.0 
Summary0000001: Possible false positive.
DescriptionmSLDev, 4th version (File Modified Tuesday, July 05, 2011, 9:37:14 PM)

http://dl.dropbox.com/u/16148324/mSL/msl-4-line-302.PNG [^] - Does not detect



mSLDev, 5th version (File Modified July 07, 2011, 2:37:22 AM)

http://dl.dropbox.com/u/16148324/mSL/msl-5-line-302.PNG [^] - Detects
Steps To Reproducealias glados_opdeop {
  IF (($nick(#glados,0,o) > 3)) {
    var %i = 0
    WHILE (%i < $nick(#glados,0,o)) {
      inc %i
      var %nick = $nick(#glados,%i,o)
      IF (($nick(#glados,%i,o) != $me) && ($nick(#glados,%i,o) != ChanServ) && $&
        ($nick(#glados,%i,o) != %maserbot) && ($address(%nick,2) != *!*@unaffiliated/deliciouschikins)) {
        /cs deop #glados $nick(#glados,%i,o)
      }
    }
  }
}
Additional InformationWhen it clicking the "line 301" in the debug tab, It takes me to line 302.
TagsNo tags attached.
Beta mIRC version?
mIRC Version
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2011-07-07 06:12 KindOne New Issue
2012-04-18 18:18 administrator Status new => resolved
2012-04-18 18:18 administrator Fixed in Version => 0.3.1.0
2012-04-18 18:18 administrator Resolution open => fixed
2012-04-18 18:18 administrator Assigned To => administrator
2013-03-22 13:29 administrator Status resolved => closed


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker