From 1feff8aac3248fd02729d427aec218a431e44861 Mon Sep 17 00:00:00 2001 Message-Id: <1feff8aac3248fd02729d427aec218a431e44861.1714151362.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 13 Dec 2012 17:48:38 +0000 Subject: [PATCH] distorted.lisp: Move IRC server to jazz. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index dafe67f..3a0a4b0 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -81,8 +81,8 @@ (defzone distorted.org.uk (evolution :alias evo) ;; Colocated services. - (irc (colo :svc stratocaster.colo) - (jump :svc stratocaster.jump)) + (irc (colo :svc jazz.colo) + (jump :svc jazz.jump)) ;; Local services. :svc vampire -- [mdw]