rj1
about | log | files | refs | license
commit 9b5d7e11f74f2997732c0c8ef773dc0159f27a96
parent d90001a7ca8e767929daea126e4549e03cc2c595
author: rj1 <[email protected]>
date:   Fri, 27 May 2022 12:47:17 -0500

added help messages

Diffstat:
Mrelay.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/relay.py b/relay.py @@ -16,6 +16,7 @@ class relay(znc.Module): self.PutModule("commands:") self.PutModule("help - show this help message") self.PutModule("add - add a relay - e.g. add <sourcechannel> <targetnetwork> <targetchannel>") + self.PutModule("del - delete a relay - e.g. del <relayid>") return self.PutModule("list - list all relays") if command.startswith("add"):