From 0db194726318ce2bb46b454ebe792b3896f4b80c Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 10 Oct 2016 15:55:36 -0700 Subject: [PATCH] README: update clientbot notes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22e71ea..4dc2ffd 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,6 @@ Other TS6 and P10 variations may work, but are not officially supported. ### Clientbot -Since v1.0, PyLink supports connecting to IRCds as a relay bot and forwarding users back, similar to Janus' Clientbot. This can be useful if the IRCd a network used isn't supported, or if you want to relay without fully linking to a network. +Since v1.0, PyLink supports connecting to IRCds as a relay bot and forwarding users back, similar to Janus' Clientbot. This can be useful if the IRCd a network used isn't supported, or if you want to relay certain channels without fully linking with a network. -For Relay to work properly with Clientbot, be sure to load the `relay_clientbot` plugin in conjunction with Relay. +For Relay to work properly with Clientbot, be sure to load the `relay_clientbot` plugin in conjunction with `relay`.