Przeglądaj źródła

Add dircproxy format

sbingner 23 lat temu
rodzic
commit
8bc2e5fe17
3 zmienionych plików z 10 dodań i 0 usunięć
  1. 1 0
      Makefile
  2. 1 0
      docs/Changelog
  3. 8 0
      docs/FORMATS

+ 1 - 0
Makefile

@@ -54,6 +54,7 @@ FORMAT_MODULES = $(MODULESDIR)/Pisg/Parser/Format/axur.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/bxlog.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/bobot.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/dancer.pm \
+		 $(MODULESDIR)/Pisg/Parser/Format/dircproxy.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/DCpp.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/eggdrop.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/energymech.pm \

+ 1 - 0
docs/Changelog

@@ -19,6 +19,7 @@ pisg (x.xx)
    * Move 'valign="middle"' statements out of <img> blocks to <td> blocks where
      they belong.  According to HTML validator, valign is an invalid attribute
      for an <img> statement.  (see http://validator.w3.org/)
+   * Added support for dircproxy format.
 
 pisg (0.44) - Sun Dec, 15th 2002
    * Fixed an error in the mIRC6 format which caused pisg to abort on some

+ 8 - 0
docs/FORMATS

@@ -378,3 +378,11 @@ time"
 
   - You must also load the sirc-timestamp.pl script in the scripts subdirectory
     into sirc (/load sirc-timestamp.pl after copying to appropriate location)
+
+* dircproxy
+  - Detachable IRC Proxy Server (http://www.dircproxy.net/)
+
+  - In order to use this, format must be set to 'dircproxy'
+  
+  - Currently does not recognize nick changes - apparently it logs nick changes
+    to a separate file.  As a result, nick tracking will not work.