From 9b296df76cdb9b1008a4c4938ecf668cb99ddfb0 Mon Sep 17 00:00:00 2001 From: AngryWolf Date: Mon, 4 Feb 2013 19:56:00 +0100 Subject: [PATCH] Translated changes from Sat Oct 06 12:48:21 2012 +0200 (4 months ago). --- doc/example.hu.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"; }; /*