X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=modules%2Finclude%2Feuphorik_defines.hrl;h=9be2226ad36a7c2712c27dd662d6d8ba0cc04b70;hp=443437f90ec84c212bab32a6a83fa12bf069d712;hb=6f1e9a972293544a6c92a99c9a04a509b2c7648a;hpb=d46b9cc6453803962960373f4adff4e3b89b5b4d diff --git a/modules/include/euphorik_defines.hrl b/modules/include/euphorik_defines.hrl index 443437f..9be2226 100755 --- a/modules/include/euphorik_defines.hrl +++ b/modules/include/euphorik_defines.hrl @@ -14,3 +14,9 @@ -define(TEMPS_FLOOD_REGISTER, 1500). % 1500 ms % après 5 flood l'ip fautive est considérée comme bannie -define(NB_MAX_FLOOD_REGISTER, 5). + + +% le nombre max de troll qui peuvent être en attente d'être posté (tous les utilisateurs réunis) +-define(NB_MAX_TROLL_WAITING, 10). +% chaque admin peut proposer 1 seul troll à la fois +-define(NB_MAX_TROLL_WAITING_BY_USER, 2).