The-Quill / SE-Chat-Terminal

SE chat in Terminal
MIT License
12 stars 1 forks source link

Commands have arguments (so no prompting for everything) #43

Closed RikerW closed 8 years ago

RikerW commented 8 years ago

I want to run /say SE 240 "foo" and have it say "foo" in room 240 of SE. But right now it errors with a undefined command name.

Maybe split on spaces for command arguments?