Mantis Bug Tracker

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000033mSLDevFuture Suggestionspublic2011-07-24 02:102011-07-24 02:10
ReporterKindOne 
Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
StatusnewResolutionopen 
PlatformOSOS Version
Product Version0.1.1.12 
Target VersionFixed in Version 
Summary0000033: Code Cleanup
DescriptionHave an option to detect pointless coding.
Steps To ReproducePointless Code:
//echo @Window $nick entered $chan just now $+ .
The "$+" is pointless, as their is no identifier between "now" and ".".

Not pointless:
//echo @Window $nick entered $chan $+ .
As the "$+" is needed to make it look like "foo entered #foo.", since their is an identifier.
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-24 02:10 KindOne New Issue


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker