MOD mise en forme de util.js et conf.js, à faire pour tous les autres js
[euphorik.git] / js / conf.js
index cd76381..1ff7fb5 100644 (file)
@@ -1,7 +1,23 @@
+// coding: utf-8\r
+// Copyright 2008 Grégory Burri\r
+//\r
+// This file is part of Euphorik.\r
+//\r
+// Euphorik is free software: you can redistribute it and/or modify\r
+// it under the terms of the GNU General Public License as published by\r
+// the Free Software Foundation, either version 3 of the License, or\r
+// (at your option) any later version.\r
+//\r
+// Euphorik is distributed in the hope that it will be useful,\r
+// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+// GNU General Public License for more details.\r
+//\r
+// You should have received a copy of the GNU General Public License\r
+// along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.\r
 
 /**
   * 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 : "<nick>",
    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]
    }
-}
+};