From 57117dd2614bd14808e391a7f1ae20ade00b8d5b Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 25 Aug 2012 18:28:59 +0000
Subject: [PATCH] 1. Przeportowanie modułu data do nowej wersji API. 2. Dodanie metody setClass() do klasy BotSession. 3. Aktualizacja "Instrukcji tworzenia modułów" o w/w metodę.

---
 BUILD |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/BUILD b/BUILD
index dcb601c..4c0a5a4 100644
--- a/BUILD
+++ b/BUILD
@@ -5,23 +5,22 @@
 # GIT
 REMOVEGLOB /.git/*
 REMOVEDIR /.git
-
-# TEST
-REMOVEGLOB /test/*
-REMOVEDIR /test
-
-# Moje ustawienia
-REPLACEBETWEEN /class/config.php "'numer' => '" ' ""
-REPLACEBETWEEN /class/config.php "'login' => '" ' ""
-REPLACEBETWEEN /class/config.php "'haslo' => '" ' ""
-REPLACEBETWEEN /class/config.php "'user' => '" ' ""
-REPLACEBETWEEN /class/config.php "'pass' => '" ' ""
-REPLACEBETWEEN /class/config.php "'key' => '" ' ""
+REMOVE /cache/.emptydir
+REMOVE /data/humor/archiwum/.emptydir
+REMOVE /data/kino/cache/.emptydir
+REMOVE /data/kurs/archiwum/.emptydir
+REMOVE /data/lotto/archiwum/.emptydir
+REMOVE /data/pogoda/.emptydir
+REMOVE /data/tv/cache/.emptydir
+REMOVE /database/.emptydir
 
 # Informacje o autorze
 HEADER /BotGG.php "<?php" HEADER
 HEADER /BotIMI.php "<?php" HEADER
 HEADER /BotHTTP.php "<?php" HEADER
+HEADER /newsletter.php "<?php" HEADER
+HEADER /setStatus.php "<?php" HEADER
+HEADER /test.php "<?php" HEADER
 HEADER /class/*.php "<?php" HEADER
 HEADER /data/update*.php "<?php" HEADER
 HEADER /data/*/parse.php "<?php" HEADER

--
Gitblit v1.9.1