diff --git a/blog/ircd-k8s-2019-12-21.markdown b/blog/ircd-k8s-2019-12-21.markdown index 590a9f1..e91c3bb 100644 --- a/blog/ircd-k8s-2019-12-21.markdown +++ b/blog/ircd-k8s-2019-12-21.markdown @@ -270,7 +270,8 @@ $ scripts/makeoper.sh h >> opers.conf ``` And then create the webirc password: -
```console + +```console $ echo "[Options] WebircPassword = $(uuidgen)" >> webirc.conf ``` @@ -387,4 +388,4 @@ spec: key: private_key ``` -Now, you should be able to let users connect to your IRC server to their heart's content. If you want to join the IRC server I've set up, point your IRC client at `irc.within.website`. I'll be in `#lobby`. \ No newline at end of file +Now, you should be able to let users connect to your IRC server to their heart's content. If you want to join the IRC server I've set up, point your IRC client at `irc.within.website`. I'll be in `#lobby`.