diff --git a/doc/example.hu.conf b/doc/example.hu.conf index 7b94cf03f..585d28dd3 100644 --- a/doc/example.hu.conf +++ b/doc/example.hu.conf @@ -164,10 +164,12 @@ allow { * Szintaktika: * allow channel { * channel "csatornanév"; + * class "clients"; (nem kötelező) * }; */ -allow channel { +allow channel { channel "#AWarezSzívás"; + class "clients"; }; /* @@ -677,11 +679,13 @@ deny dcc { * deny channel { * channel "(csatorna)"; * reason "indok"; + * class "clients"; (nem kötelező) * }; */ deny channel { channel "*warez*"; reason "A warez törvényellenes"; + class "clients"; }; /*