mmason930 / kinslayer-mud-client

Web client for Kinslayer
http://www.kinslayermud.org
2 stars 0 forks source link

Leading Semicolon Treated As Delimiter #15

Closed mmason930 closed 10 years ago

mmason930 commented 10 years ago

The leading semicolon behaves as a delimiter when parsing is enabled. For example, the following command:

;test

Should be interpreted as one command, ";test"

The following command:

look;who;where

Should be interpreted as three commands: "look\nwho\nwhere"

mmason930 commented 10 years ago

Fixed.