From 5a02d4f52cd2d5d7006ccf6fe92eef88a0cabb4b Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 28 Sep 2025 10:41:00 +0200 Subject: [PATCH] Get rid of the *@unrealircd.com mask in the example vhost as it is commented out now anyway. And thus, get rid of the related comment as well. --- doc/conf/examples/example.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/conf/examples/example.conf b/doc/conf/examples/example.conf index c8b764d81..8ed0195fa 100644 --- a/doc/conf/examples/example.conf +++ b/doc/conf/examples/example.conf @@ -425,12 +425,10 @@ except ban { */ /* Example vhost which you can use. On IRC type: /VHOST test test - * NOTE: only people with an 'unrealircd.com' host may use it so - * be sure to change the vhost::mask before you test. */ // vhost { // vhost i.hate.microsefrs.com; -// mask *@unrealircd.com; +// mask *@*; // login "test"; // password "test"; // }