MantisBT - mSLDev
View Issue Details
0000033mSLDevFuture Suggestionspublic2011-07-24 02:102011-07-24 02:10
KindOne 
 
normalminorN/A
newopen 
0.1.1.12 
 
0000033: Code Cleanup
Have an option to detect pointless coding.
Pointless 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.
No tags attached.
Issue History
2011-07-24 02:10KindOneNew Issue

There are no notes attached to this issue.