From eed32252b2a6e2f8198127aee8bfa5d9e757b7e9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 27 Jun 2019 09:39:45 -0400 Subject: [PATCH] fix indents --- wiki/pages/irc.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/wiki/pages/irc.md b/wiki/pages/irc.md index a47675f..9250e07 100644 --- a/wiki/pages/irc.md +++ b/wiki/pages/irc.md @@ -36,28 +36,28 @@ in version 2.5 which is a much easier way to offer per-user relay access. .ttm.sh/weechat is configured to proxy to the default unix relay socket location (`~/.weechat/relay_socket`). to get started using it, follow these steps. -in weechat: -* `/relay add unix.weechat %h/relay_socket` -* `/set relay.network.password mysupersecretpassword` - don't use this password - of course. note that you might already have this set. +1. in weechat: + * `/relay add unix.weechat %h/relay_socket` + * `/set relay.network.password mysupersecretpassword` - don't use this password + of course. note that you might already have this set. -at your shell: -* `chmod o+rw ~/.weechat/relay_socket` - note that other members of the team group - are not included in the granted permissions. this allows nginx to connect - to your socket on your behalf +1. at your shell: + * `chmod o+rw ~/.weechat/relay_socket` - note that other members of the team group + are not included in the granted permissions. this allows nginx to connect + to your socket on your behalf -in your relay client: -* glowing-bear: - - .ttm.sh - - port 443 - - your relay password +1. in your relay client: + * glowing-bear: + - .ttm.sh + - port 443 + - your relay password -* weechat-android: - - connection type: websocket (ssl) - - websocket path: weechat - - relay host: .ttm.sh - - relay port: 443 - - your relay password + * weechat-android: + - connection type: websocket (ssl) + - websocket path: weechat + - relay host: .ttm.sh + - relay port: 443 + - your relay password ---