mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 07:33:14 +02:00
Fix several mistakes in example conf (all my bad, i think):
* A fatal parse error due to a } too much in Turkish example conf * In all example*.conf except::connect-delay -> except::connect-time
This commit is contained in:
@@ -522,10 +522,10 @@ set {
|
||||
* They are commented out (disabled) in this example:
|
||||
*/
|
||||
//private-message {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
//private-notice {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -491,14 +491,14 @@ set {
|
||||
restrict-commands {
|
||||
list {
|
||||
except {
|
||||
connect-delay 60;
|
||||
connect-time 60;
|
||||
identified yes;
|
||||
reputation-score 24;
|
||||
}
|
||||
}
|
||||
invite {
|
||||
except {
|
||||
connect-delay 120;
|
||||
connect-time 120;
|
||||
identified yes;
|
||||
reputation-score 24;
|
||||
}
|
||||
@@ -511,12 +511,12 @@ set {
|
||||
*/
|
||||
//private-message {
|
||||
// except {
|
||||
// connect-delay 10;
|
||||
// connect-time 10;
|
||||
// }
|
||||
//}
|
||||
//private-notice {
|
||||
// except {
|
||||
// connect-delay 10;
|
||||
// connect-time 10;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
@@ -521,10 +521,10 @@ set {
|
||||
* Ils sont commentés (désactivés) dans cet exemple :
|
||||
*/
|
||||
//private-message {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
//private-notice {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
@@ -497,21 +497,21 @@ set {
|
||||
virus-help-channel "#help"; /* 'viruschan' eylemi için kullanılacak kanal */
|
||||
/* except "#help"; Spamfilter'den muaf tutulacak kanal */
|
||||
}
|
||||
}
|
||||
|
||||
/* Belirli komutları kısıtlayın.
|
||||
* See https://www.unrealircd.org/docs/Set_block#set::restrict-commands
|
||||
*/
|
||||
restrict-commands {
|
||||
list {
|
||||
except {
|
||||
connect-delay 60;
|
||||
connect-time 60;
|
||||
identified yes;
|
||||
reputation-score 24;
|
||||
}
|
||||
}
|
||||
invite {
|
||||
except {
|
||||
connect-delay 120;
|
||||
connect-time 120;
|
||||
identified yes;
|
||||
reputation-score 24;
|
||||
}
|
||||
@@ -523,10 +523,10 @@ set {
|
||||
* Bu örnekte olduğu gibi (kapalı) yorumlanmıştır:
|
||||
*/
|
||||
//private-message {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
//private-notice {
|
||||
// except { connect-delay 10; }
|
||||
// except { connect-time 10; }
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user