I don't really know the best way to explain this, that isn't really what I want it to do.
Okay, Let's say you wanted a command, to react, to what the user puts into the !text command. This isn't a fixed variable, it can change.
So the command needs to be written, so it pulls the information entered while the command is typed into the chat.
The Command is: !Throw <Manually Entered Word>
And The Output Would Be: /me Throws a WhatAYolk at <Manually Entered Word>.
The list of variables is not fixed, I just want to return whatever word is entered after the !Throw command.
For Example, Let's say I wanted to type -/- !Throw Giraffe
It would Return -/- /me Throws a WhatAYolk at Giraffe
Is there a way this can be done, as there is a feature as part of Nightbot that actually pulls the information from the command as a $touser variable.