Mantis Bug Tracker

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000053mSLDevFuture Suggestionspublic2011-10-07 21:102012-07-21 17:58
ReporterKindOne 
Assigned Toadministrator 
PrioritynormalSeverityminorReproducibilityN/A
StatusclosedResolutionsuspended 
PlatformWinXP 32-bitOSWindows XPOS Version(5.1)
Product Version 
Target VersionFixed in Version 
Summary0000053: Insufficent Parameters check
DescriptionmSLDev should be able to detect the following issues, in the (horribly scripted) example below.
Steps To Reproduce; /msg or /query " msldev " to the mIRC running this...

on *:text:*:?: {
  
  if (($1 == foo)) {
    msg $nick foo
  }
  else if (($1 == msldev)) {
    ; has a space, and a - , no issue.
    msg $nick -
    ; has a space after $nick , but has nothing else
    ; causes a " * /msg: insufficient parameters "
    msg $nick
    ; no space after $nick
    ; causes a " * /msg: insufficient parameters "
    msg $nick
    ; causes a " * /msg: insufficient parameters "
    msg $nick $chr(32)
    ; this works...
    msg $nick foo
  }
  
  else {
    msg $nick bar
  }
}
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-10-07 21:10 KindOne New Issue
2012-07-21 17:58 administrator Status new => closed
2012-07-21 17:58 administrator Assigned To => administrator
2012-07-21 17:58 administrator Resolution open => suspended


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker