X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Fconf.js;h=1ff7fb56ec36440e8a43c096718b0e920757ad14;hp=cd763818d2a6dc47a8c690c06151862025009603;hb=ce1fba00ff3eaa6708d6070763f74a400273203b;hpb=02c593a29f7b83c68d57c5742c03690c11c1143c diff --git a/js/conf.js b/js/conf.js index cd76381..1ff7fb5 100644 --- a/js/conf.js +++ b/js/conf.js @@ -1,7 +1,23 @@ +// coding: utf-8 +// Copyright 2008 Grégory Burri +// +// This file is part of Euphorik. +// +// Euphorik is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Euphorik is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Euphorik. If not, see . /** * La configuration. - * Normalement 'const' à la place de 'var' mais non supporté par IE7. */ euphorik.conf = { versionProtocole : 3, // version du protcole @@ -10,7 +26,7 @@ euphorik.conf = { pseudoDefaut : "", tempsAffichageMessageDialogue : 4000, // en ms tempsKick : 15, // en minute - tempsBan : 60 * 24 * 3, // en minutes (3jours) + tempsBan : 60 * 24 * 3, // en minutes (3 jours) smiles : { "smile" : [/:\)/g, /:-\)/g], "bigsmile" : [/:D/g, /:-D/g], @@ -39,4 +55,4 @@ euphorik.conf = { "dodo" : [/\[-dodo\]/g], "bn" : [/\[-bn\]/g] } -} +};