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"; // }