From 41e1bc03da55d2cc6296d000687b450c0c69f785 Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:17:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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