Update README.md

pull/1/head
AardCrowley 4 years ago
parent 02fc02025a
commit 41e1bc03da

@ -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: 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>"}, {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: 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 ```lua

Loading…
Cancel
Save