DevChatter / ChatterBot

Highly modular Twitch chat bot.
MIT License
10 stars 5 forks source link

Replacement Tokens - Numbered Args #15

Open benrick opened 4 years ago

benrick commented 4 years ago

Allow Simple Commands to have text replacement based on argument numbers.

Example:

CommandWord: !hug
Response: "Time for a big hug for $arg1!"

Input: !hug DevChatter
Output: Time for a big hug for DevChatter

Input: !hug @Brendoneus
Output: Time for a big hug for @Brendoneus

This depends on #3 being done first.