From e86b86c219567ea6fad5c46828bab1a97f94d6ae Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 5 Jun 2014 16:31:16 +0300 Subject: [PATCH] pages/external/identifying: add Windows under HexChat. --- pages/external/identifying.html | 5 ++++- pages/external/identifying.html.md | 12 +++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pages/external/identifying.html b/pages/external/identifying.html index ae52dfe..a349cf1 100644 --- a/pages/external/identifying.html +++ b/pages/external/identifying.html @@ -118,7 +118,10 @@ cp YOURNICKNAMEHERE.pem ~/.config/hexchat/certs/client.pem
Windows
-

TODO: Find out the PATHS and put those commands there.

+

If you followed my instructions with msysgit setup, you can now run the following and it works.

+
mkdir -p %appdata%\hexchat\certs
+cp YOURNICKNAMEHERE.pem %appdata%\hexchat\certs\client.pem
+

If you use portable HexChat (the option in setup), create a folder certs under the config directory and copy YOURNICKNAMEHERE.pem there and rename it to client.pem.

You can now return to below the three *nix commands to the part which you skipped to check your settings.

Limnoria

Insert your .pem file somewhere where the bot can read it and tell your bot to read use it while connecting with

diff --git a/pages/external/identifying.html.md b/pages/external/identifying.html.md index 3929d83..686da2c 100644 --- a/pages/external/identifying.html.md +++ b/pages/external/identifying.html.md @@ -214,7 +214,17 @@ said previously, it won't work. ##### Windows -**TODO: Find out the PATHS and put those commands there.** +If you followed my instructions with msysgit setup, you can now run the +following and it works. + +``` +mkdir -p %appdata%\hexchat\certs +cp YOURNICKNAMEHERE.pem %appdata%\hexchat\certs\client.pem +``` + +If you use portable HexChat (the option in setup), create a folder `certs` +under the `config` directory and copy YOURNICKNAMEHERE.pem there and +rename it to `client.pem`. You can now return to below the three \*nix commands to the part which you skipped to check your settings.