1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 23:33:14 +02:00

Translated changes from Sat Oct 06 12:48:21 2012 +0200 (4 months ago).

This commit is contained in:
AngryWolf
2013-02-04 19:56:00 +01:00
parent c2d75396da
commit 9b296df76c
+5 -1
View File
@@ -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";
};
/*