Disable chargeled by default. Nobody tested it, and I suspect it's broken

This commit is contained in:
Stefan `Sec` Zehl 2011-08-05 10:57:43 +02:00
parent 5adc1877ba
commit 117396bd88
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct CDESC the_config[]= {
{"flamemaxw", 255, 1, 255, 1, CFG_TYPE_FLAME},
{"flameminw", 0x8f, 1, 255, 1, CFG_TYPE_FLAME},
{"l0nick", 0, 0, 1 , 0, 0},
{"chargeled", 1, 0, 1 , 0, 0},
{"chargeled", 0, 0, 1 , 0, 0},
{ NULL, 0, 0, 0 , 0, 0},
};