austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 28 forks source link

Trim chatbox command prefix #147

Closed KnightMiner closed 8 years ago

KnightMiner commented 8 years ago

Currently, when pulling the event command from a chatbox, it returns the full text, including the command prefix. As the command prefix is not at all useful to the user, it really should be removed

Alternatively if you choose to leave it there, there should at least be a command to get the current prefix, as it is configurable meaning a user has to modify their program if the config changes.