MantisBT - mSLDev | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000053 | mSLDev | Future Suggestions | public | 2011-10-07 21:10 | 2012-07-21 17:58 |
| Reporter | KindOne | ||||
| Assigned To | administrator | ||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | suspended | ||
| Platform | WinXP 32-bit | OS | Windows XP | OS Version | (5.1) |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Beta mIRC version? | |||||
| mIRC Version | |||||
| Summary | 0000053: Insufficent Parameters check | ||||
| Description | mSLDev 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 } } | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| There are no notes attached to this issue. |