From 9a3be69a14902ac8864245e3fa192048efe8ecf2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 20 Feb 2015 17:43:10 +0200 Subject: [PATCH] identifying_to_services: expand ZNC part --- use/identifying_to_services.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/use/identifying_to_services.rst b/use/identifying_to_services.rst index 48077d1..5ecd468 100644 --- a/use/identifying_to_services.rst +++ b/use/identifying_to_services.rst @@ -156,8 +156,18 @@ you after SASL so, your real host might be seen. To do this, simply:: Replace ```` with the name of network, for example ``freenode`` and username:password with your real username and password. -ZNC users: since ZNC 1.0, ZNC's identification format has been -``username/network:password``. +ZNC +^^^ + +If you wish to connect your bot to ZNC, the recommended way is:: + + config networks..ident @/ + config networks..password + +The identifier is free text to describe which client your Limnoria is. It +came with ZNC 1.6.0 and is completely optional. ```` again has +been there since ZNC 1.0 which is very old and has multiple security issues +that have been fixed since then. You should always run the latest release. Services plugin ---------------