Przeglądaj źródła

* Distribute rbot.pm with release tarball, apparently it was lost at some stage

Morten Brix Pedersen 22 lat temu
rodzic
commit
dc054ad809
2 zmienionych plików z 3 dodań i 0 usunięć
  1. 1 0
      Makefile
  2. 2 0
      docs/Changelog

+ 1 - 0
Makefile

@@ -85,6 +85,7 @@ FORMAT_MODULES = $(MODULESDIR)/Pisg/Parser/Format/axur.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/Trillian.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/Template.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/RacBot.pm \
+		 $(MODULESDIR)/Pisg/Parser/Format/rbot.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/xchat.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/winbot.pm \
 		 $(MODULESDIR)/Pisg/Parser/Format/zcbot.pm \

+ 2 - 0
docs/Changelog

@@ -2,6 +2,8 @@ pisg (x.xx)
    * Added javabot support (thanks, Tobias Larsson)
    * Fix serious bug in mIRC/mIRC6 formats which caused lots of warnings to be
      outputted.
+   * Distribute rbot.pm with release tarball, apparently it was lost at
+   some stage.
 
 pisg (0.54) - Thu Apr, 1st 2004
    * Revert most of the performance improvement changes, they caused bugs.