Currently slash commands don't support multiple line commands.
Adding the end of command param 'endMarker' (which defaults to ;) in
addSlashCommand will likely fix it.
Setting endMarker to null would mean the rest of string will be passed into
callback as param.
Reason behind this is for /string command to keep functional as necessary where
giving the new feature.
Those commands that need to use ; as part of param can pass a custom endMarker
to use.
Original issue reported on code.google.com by luay...@gmail.com on 7 Jun 2011 at 10:25
Original issue reported on code.google.com by
luay...@gmail.com
on 7 Jun 2011 at 10:25