diff --git a/README.md b/README.md index 0e56c38..5af1e55 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,12 @@ From here on out, it should work out of the gate. If you're wanting to add new triggers, locate the 'triggerLines' portion, and add your trigger as such: +```lua + {name = "<name of your trigger>", match = "<the trigger pattern to match>", message = "<text you want sent>"}, +``` + If you are wanting to add channel messages to Telegram such as tell notifications, you'll need to incorporate GMCP data into the plugin. It will look something like the following: ```lua