1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 10:33:13 +02:00

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.
This commit is contained in:
Bram Matthys
2025-09-28 10:41:00 +02:00
parent c8431b7cb8
commit 5a02d4f52c
+1 -3
View File
@@ -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";
// }