From 9b046cbc0411c49f4973ec00f1fd3cc0d2e5e55c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Mon, 8 Jun 2015 18:21:11 +0100 Subject: [PATCH] Tiny fix to embedded YAML fragment --- specification/25_application_service_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/25_application_service_api.rst b/specification/25_application_service_api.rst index 87184950..8236b2de 100644 --- a/specification/25_application_service_api.rst +++ b/specification/25_application_service_api.rst @@ -72,7 +72,7 @@ An example HS configuration required to pass traffic to the AS is: users: - exclusive: true - - regex: @irc.freenode.net/.* + regex: @irc.freenode.net/.* Home Server -> Application Service API