]> git.donarmstrong.com Git - infobot.git/commitdiff
changed email address
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 29 Jul 2000 16:09:47 +0000 (16:09 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 29 Jul 2000 16:09:47 +0000 (16:09 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@11 c11ca15a-4712-0410-83d8-924469b57eb5

37 files changed:
INSTALL.patches
README
doc/USAGE
doc/modules.txt [deleted file]
files/sample.config
scripts/backup_table-slave.pl
src/Factoids/DBCommon.pl
src/Factoids/Update.pl
src/Files.pl
src/IRC/Irc.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Misc.pl
src/Modules/Countdown.pl
src/Modules/Debian.pl
src/Modules/DebianExtra.pl
src/Modules/Dict.pl
src/Modules/DumpVars.pl
src/Modules/Factoids.pl
src/Modules/Freshmeat.pl
src/Modules/Kernel.pl
src/Modules/RootWarn.pl
src/Modules/Slashdot3.pl
src/Modules/Topic.pl
src/Modules/Uptime.pl
src/Modules/UserDCC.pl
src/Modules/UserInfo.pl
src/Modules/Wingate.pl
src/Net.pl
src/Shm.pl
src/UserExtra.pl
src/core.pl
src/db_dbm.pl
src/db_mysql.pl
src/db_pgsql.pl
src/logger.pl
src/modules.pl

index 440ca3b508d7b6180a3b4ca3d6a9044c9f7e4376..f8e89025c8bb7e982944e9babb3f22cee8d08e61 100644 (file)
@@ -6,3 +6,7 @@ INSTALL.patches
          patch -p0 < Net::IRC.patch
        - cd /usr/lib/perl5/WWW/Search
          patch -p0 < WWW::Search::Google.patch
+
+- alternatively, move the files from patches/
+       - mv patches/Google.pm /usr/lib/perl5/WWW/Search/
+       - mv patches/Connections.pm /usr/lib/perl5/Net/IRC/
diff --git a/README b/README
index 709d64cf831c9bf3de1e7c2465a0b6edf37da999..24817b780dc161fa54ef42b7ef73ed3f464c8228 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-blootbot v1.0.0RC3 (20000709)
+blootbot v1.0.0 (20000729)
 -------------------------
 
 INTRODUCTION
@@ -9,28 +9,54 @@ in the original infobot source and fixed in this version. Without infobot,
 there would be no blootbot so all thanks to kevin for bringing infobot in
 the first place.
 
-       as of 0.99pre1, blootbot supports mysql database in the hope to
+FEATURES
+       * Additional information stored with factoids. (factinfo)
+       * Wide range of statistics for Bot, Factoids, IRC, Debian.
+         (status, factstats, ircstats, chanstats, cmdstats)
+       * Advanced topic management. (the first cool feature)
+       * Improved factoid search, allowing search by key or value.
+       * Freshmeat support (freshmeat.net)
+       * Debian Contents and Packages, search and info.
+       * ChanServ/NickServ (OPN) support.
+       * WWW-Search (eg: google for BLAH)
+       * Slashdot,Kernel and Freshmeat auto-update announcements.
+       * Units conversion (provided by external module, Units-Module)
+
+       DESIGN
+               - Modularity. Ability to disable IRC or Factoid support.
+               - Funky pseudo Module autoloader support
+               - Eleet Forker() function
+
+Improvements include:
+       * log file is not opened and closed for each line of data
+               => unblocked logging is used.
+       * seen data is not flushed for each public message on IRC
+               => caching and flushing over an interval is used.
+
+HISTORY
+       As of 0.99pre1, blootbot supports mysql database in the hope to
 increase performance and to avoid borked over dbm's which occurred when
 the bot crashed (??). The mysql code is far larger (or perhaps twice
 as many functions) than expected even though a few functions were needed
 for DBM due to lack of table deficiencies.
 
-       as of 1.0.0pre1, blootbot takes advantage of Net::IRC. The change
-over was fairly comfortable (95% clean). Just minor problems here and
-there, mostly debugging and getting it right.
+       As of 1.0.0pre1, blootbot takes advantage of Net::IRC. The
+change over was fairly comfortable (95% clean). Just minor problems here
+and there, mostly debugging and getting it right.
 
-UPDATE:
-       as of 1.0.0RC2, the old style DBM (Berkeley) has been ported back.
-It should work in all but 3 specific (countdown, factstats unreq) cases.
-preliminary pgsql support has been added but someone with pgperl knowledge
-needs to fix it up or at least unify the module with mysql.
+       As of 1.0.0RC2, the old style DBM (Berkeley) has been ported
+back. It should work in all but 3 specific (countdown, factstats unreq)
+cases. preliminary pgsql support has been added but someone with pgperl
+knowledge needs to fix it up or at least unify the module with mysql.
+
+INSTALLATION
+  - Read INSTALL and INSTALL.patches
+  - Copy files/sample.config to files/infobot.config
+  - Edit files/infobot.config
+  - ./blootbot
 
-       Please apply the patches from patches/*.patch. Method:
-               cd /usr/lib/perl5
-               cat *.patch | patch -p0
-               ### FIXME: what's the best way to apply patches?
-               ### for the time being, patch manually.
 
+NOTICE
        Be warned that this bot consumes quite a lot of memory upon start
 up and during usage. Right now, 7.4megs is used for old'ish perl, 8.3megs
 with perl 5.005. fork() is used but don't be alarmed at the memory usage
@@ -48,30 +74,6 @@ welcomed.
 to support dbm185or2//mysql//postgresql. It's available at
 ftp://leguin.org.uk/pub/bloatbot/
 
-FEATURES
-       * Additional information stored with factoids. (factinfo)
-       * Wide range of statistics for Bot, Factoids, IRC, Debian.
-         (status, factstats, ircstats, chanstats, cmdstats)
-       * Advanced topic management. (the first cool feature)
-       * Improved factoid search, allowing search by key or value.
-       * Freshmeat support (freshmeat.net)
-       * Debian Contents and Packages, search and info.
-       * ChanServ/NickServ (OPN) support.
-       * WWW-Search (eg: google for BLAH)
-       * Slashdot,Kernel and Freshmeat auto-update announcements.
-       * Units conversion (provided by external module, Units-Module)
-
-       DESIGN
-               - Modularity. Ability to disable IRC or Factoid support.
-               - Funky pseudo Module autoloader support
-               - Eleet Forker() function
-
-Improvements include:
-       * log file is not opened and closed for each line of data
-               => unblocked logging is used.
-       * seen data is not flushed for each public message on IRC
-               => caching and flushing over an interval is used.
-
 MODIFICATIONS
        All modifications are that of the blootbot author unless otherwise
 specified, like none.  See 'ChangeLog' for details.  A list of future
@@ -109,10 +111,6 @@ variables.  If you're hardcore, check out 'CommandStubs.pl' and
        unset <param>           -- ...
 
 
-INSTALLATION
-       edit files/infobot.config and modify according to needs.
-
-
 NOTES
        To administrate/control the bot remotely, this can only be done
 through DCC CHAT. /chat <BOT NICK>.  All commands must be prepended by
@@ -126,7 +124,6 @@ through DCC CHAT. /chat <BOT NICK>.  All commands must be prepended by
        - PG/DBM supports need to be worked and thoroughly tested.
 
 
-
 CONTRIBUTIONS
        jCommons, is, netgod, mu and Mercury for attempting to break my
 modifications, aswell as giving suggestions and ideas in the early
@@ -145,4 +142,4 @@ hope to get that same guy to re-send me the patch...
 
 CONTACT
        Contributions of a patch or a job offer can be sent to
-<xk@leguin.openprojects.net>
+<dms@users.sourceforge.net> [DOES IT WORK??]
index 9f19658119385ccd2279bebd099555981a484091..8f085ab9df46a5f69bdea0370e060cf26d3f04ff 100644 (file)
--- a/doc/USAGE
+++ b/doc/USAGE
@@ -360,7 +360,7 @@ Usage:
 Example:
        > blootbot: join #blootbot
        [blootbot] joining #blootbot
-       *** join/#debian blootbot (xk@router.home.org)
+       *** join/#debian blootbot (bot@router.home.org)
        > blootbot: join #blootbot
        [blootbot] I'm already on #blootbot...
 
diff --git a/doc/modules.txt b/doc/modules.txt
deleted file mode 100644 (file)
index 19489a6..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-### FILE               ### STATE
-Files.pl               - GOOD
-Irc.pl                 - split into another file?
-IrcHooks.pl            - move hook* to another file like ^^?
-Math.pl                        - stock'ish infobot
-Misc.pl                        - remove checkPing, move Forker to Fork.pl,
-                         move *seen* to Seen.pl
-Modules.pl             - design hooks for commands, using hash to enable
-                         options like help,fork,...
-Net.pl                 - too much debugging info
-Norm.pl                        - stock'ish infobot
-PerlMod.pl             - move to loadmods.pl (core), move related
-                         functions to this file aswell.
-Process.pl             - convert to use hooks.
-Question.pl            - stock'ish infobot.
-Reply.pl               - stock'ish infobot.
-SQL.pl                 - GOOD, move factoid stuff to SQLExtra.pl?
-SQLExtra.pl            - GOOD.
-Schedulers.pl          - GOOD but a little disorganised.
-Shm.pl                 - move fork* to Fork.pl
-Statement.pl           - stock'ish infobot.
-Update.pl              - stock'ish infobot.
-User.pl                        - GOOD.
-UserExtra.pl           - convert to use hooks?
-core.pl                        - move load-module stuff to loadmods.pl?
-interface.pl           - move to core.pl?
-logger.pl              - GOOD.
-Modules/Countdown.pl   - 
-Modules/DNS.pl         - 
-Modules/Debian.pl      - 
-Modules/DebianExtra.pl - 
-Modules/Dict.pl                - 
-Modules/DumpVars.pl    - 
-Modules/Factoids.pl    - 
-Modules/Freshmeat.pl   - 
-Modules/Kernel.pl      - 
-Modules/Quote.pl       - 
-Modules/RootWarn.pl    - 
-Modules/Search.pl      - 
-Modules/Slashdot3.pl   - 
-Modules/Topic.pl       - 
-Modules/Units.pl       - 
-Modules/Uptime.pl      - 
-Modules/UserInfo.pl    - 
-Modules/W3Search.pl    - 
-Modules/WhatIs.pl      - 
-Modules/Wingate.pl     - 
-Modules/babel.pl       - 
-Modules/insult.pl      - 
-Modules/nickometer.pl  - 
index 97919526dbfa930ec949511afd47371713b7f13f..6c131ba2a5d3b43394c2273b0dc05fec2ad3a0a2 100644 (file)
@@ -1,6 +1,6 @@
 # parameter settings file for the infobot
 # kevin lenzo (lenzo@cs.cmu.edu)
-# modified by xk <xk@leguin.openprojects.net>
+# modified by dms
 ###
 
 # [str] Interface: [IRC/CLI]
index b30a91ac049059f43f6fa437eeb33b007522bb75..bc7cbc7d04c4c6c7fe9141b1336da1eab89e7633 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
 # backup_table-slave.pl: Backup mysql tables
-#     Author: xk <xk@leguin.openprojects.net>
+#     Author: dms
 #    Version: v0.1b (20000223)
 #    Created: 20000210
 #
index d28a6bfb8e61ccb5cc194217e1e82d89d02d9d97..fd98ece69c96b3d233101c26e411ab3e1b68cdd8 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  DBStubs.pl: DB independent (I hope, heh) factoid support
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.6d (20000223)
 #     Created: 19991020
 #
index ac0804271f8ca98a3d495f0d20c21f21bff87e4f..0642f858da5926ae4c82814bdbe2374a36c73ab6 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Update.pl: Add or modify factoids in the db.
 #    Author: Kevin Lenzo
-#           xk <xk@leguin.openprojects.net>
+#           dms
 #   Version: 19991209
 #   Created: 1997
 #
index d9d96ede91940a613618b5c4ea2c5bb049fc3519..113fe1d0f152e7126267b909d6a5f0ea8fdaae93 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Files.pl: Open and close, read and probably write files.
-#   Author: xk <xk@leguin.openprojects.net>
+#   Author: dms
 #  Version: v0.2 (2000502)
 #  Created: 19991221
 #
index 34e99420e9693074dc023d6021c1387734e6ed0c..1abd87ee5c96a3db22abe55e05dff40ad25b9d4c 100644 (file)
@@ -1,6 +1,6 @@
 #
 #    Irc.pl: IRC core stuff.
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: 20000126
 #      NOTE: Based on code by Kevin Lenzo & Patrick Cole  (c) 1997
 #
index 8dc9674be9a6ac423114f53acdc3d9dcbb4d5dae..8fc4c0778b9a822a7ea9203124f5a8b1c3f9ec62 100644 (file)
@@ -1,6 +1,6 @@
 #
 # IrcHooks.pl: IRC Hooks stuff.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: 20000126
 #        NOTE: Based on code by Kevin Lenzo & Patrick Cole  (c) 1997
 #
index deffca5cfd36b147e36e4ebfc13c755e3750407f..d92d9a53f594526c5438970f8c73277974c19dbc 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ProcessExtra.pl: Extensions to Process.pl
-#          Author: xk <xk@leguin.openprojects.net>
+#          Author: dms
 #         Version: v0.3 (20000707)
 #         Created: 20000117
 #
index ee15e1c2264c8055416d441b42c1faf43507afc6..a7be35f192c26f483da2f56027638995eba9c4f9 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Misc.pl: Miscellaneous stuff.
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: 20000124
 #      NOTE: Based on code by Kevin Lenzo & Patrick Cole  (c) 1997
 #
index 88477fa3c0f7bef01c279d946655d1d39a57827b..51cae88efbef3625cfca4dc2f1f7dfd51eec8bdb 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Countdown.pl: Count down to a particular date.
-#       Author: xk <xk@leguin.openprojects.net>
+#       Author: dms
 #      Version: v0.1 (20000104)
 #      Created: 20000104
 #
index 99d9f5d84621dd0640449b1591fa18477b633356..14301614a7cb3c1a5bb555d31c8abd90daa4531c 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Debian.pl: Frontend to debian contents and packages files
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.7b (20000527)
 #     Created: 20000106
 #
index cc47acf967aa9ae2fd8956d6465cd912fe81e2ae..aabaf49c5107dd6a99a958d91655cde730de0148 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  DebianExtra.pl: Extra stuff for debian
-#          Author: xk <xk@leguin.openprojects.net>
+#          Author: dms
 #         Version: v0.1 (20000520)
 #         Created: 20000520
 #
index d58bf59848ca8875d8d2c054109bf117ee7cb7f8..3e613a58361425ed82cad08740a23e42dc36bab4 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  Dict.pl: Frontend to dict.org.
-#   Author: xk <xk@leguin.openprojects.net>
+#   Author: dms
 #  Version: v0.6b (19991224).
 #  Created: 19990914.
 #
index 610cc790fcc5c82c5acf1aef7865380271890029..cbb3e3462208d727caa55a75a095bcde4b5fcc35 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  DumpVars.pl: Perl variables dumper.
-#   Maintained: xk <xk@leguin.openprojects.net>
+#   Maintained: dms
 #      Version: v0.1 (20000114)
 #      Created: 20000114
 #         NOTE: Ripped from ActivePerl "asp sample" example.
index 8e4b48e8f1a976bacb639c5dd55dd5eb3022a2eb..4449ef66ba1f6376cdb820eef27e6926a72bea47 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  Factoids.pl: Helpers for generating factoids statistics.
-#       Author: xk <xk@leguin.openprojects.net>
+#       Author: dms
 #      Version: v0.1 (20000514)
 #     Splitted: SQLExtras.pl
 #
index cf421f0f7265fd1a04d1617d3f4dfb206f2ebe0d..2e32602982460a2225428cec1c853c10e8549b62 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Freshmeat.pl: Frontend to www.freshmeat.net
-#       Author: xk <xk@leguin.openprojects.net>
+#       Author: dms
 #      Version: v0.7c (20000606)
 #      Created: 19990930
 #
index a1c1f8be41ef136c67517db8fa0a7b7a6ac49ee9..c9749f9630647d157ca6c8df337287e947362893 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Kernel.pl: Frontend to linux.kernel.org.
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: v0.3 (19990919).
 #   Created: 19990729
 #
index 712ec0ce6c78aba2e8855218325d6b6049e576fb..ddb533a47a7e870ba65e39d26beb29810ab11ede 100644 (file)
@@ -1,6 +1,6 @@
 #
 # RootWarn.pl: Warn people about usage of root on IRC.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.2c (19991125)
 #     Created: 19991008
 #
index 02d74d6c8519d24b42928d3383c3f84c7864a21e..f26050756dc9979a30b2592138aa58e9bc425424 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Slashdot.pl: Slashdot headline retrival
 #      Author: Chris Tessone <tessone@imsa.edu>
-#    Modified: xk <xk@leguin.openprojects.net>
+#    Modified: dms
 #   Licensing: Artistic License (as perl itself)
 #     Version: v0.4 (19991125)
 #
index db465aebbd6bae047a3bf5a8cb09d86941e1f688..97e68c0edc2a5d1c782f229348b952d29f89c568 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Topic.pl: Advanced topic management (maxtopiclen>=512)
-#   Author: xk <xk@leguin.openprojects.net>
+#   Author: dms
 #  Version: v0.8 (19990919).
 #  Created: 19990720
 #
index 8c4606e0b3e4820ec465857b6d0b86e58940a9ba..1ef9d22cffc6a7c3385efa9c02f3061c8391ee0c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Uptime.pl: Uptime daemon for infobot.
-#    Author: xk <xk@lenguin.openprojects.net>
+#    Author: dms
 #   Version: v0.3 (19991008)
 #   Created: 19990925.
 #
index 5a4031080b22e06e76ce3a59ef08d910523eb5d4..a69c9fe491a2159d3bbc4529207f927185fc5641 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  UserDCC.pl: User Commands, DCC CHAT.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.1 (20000707)
 #     Created: 20000707 (from UserExtra.pl)
 #
index c0a856b613d35105ee119c0d791f6c8657a2b921..6b769e559672e5669384f1d553f8c0d9db0fd3bb 100644 (file)
@@ -1,6 +1,6 @@
 #
 # UserInfo.pl: User Information Services
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.1 (20000509).
 #     Created: 20000509
 #       NOTE: Idea from Flugh. Originally written in tcl for eggdrop by
index fee5c09fab2adec5d16883cdc484166a0de80961..0bca79974617df614855240d8d78727bc2d5ba1b 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  Wingate.pl: Wingate checker.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.3 (20000526).
 #     Created: 20000116
 #        NOTE: based on wingate.pl by fooz.
index 53bde522a6168d8f23275375bc9a3974f5b3b86c..79967da2d5328bb133ec9934d2e6ab79cd460da2 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Net.pl: FTP//HTTP helper
-#   Author: xk <xk@leguin.openprojects.net>
+#   Author: dms
 #  Version: v0.1 (20000309)
 #  Created: 20000309
 #
index e4d037a9c5812e5a872d9bc99012eb937caedd82..7ca47d7e619e4307d02720eea3be28a24ffee1cb 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Shm.pl: Shared Memory stuff.
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: 20000201
 #   Created: 20000124
 #
index 11b6b166d770d007bdd7d40beee43f4a3bf7914b..30df109f4d516f68af8602e1401a2988982d88de 100644 (file)
@@ -1,6 +1,6 @@
 #
 # UserExtra.pl: User Commands, Public.
-#       Author: xk <xk@leguin.openprojects.net>
+#       Author: dms
 #      Version: v0.2b (20000707)
 #      Created: 20000107
 #
index a93ce4eae9c9e57d7eb3caeda9176f6c3f1bf15d..de835cbf772303a13b8f45f6bb29d83a96d22791 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   core.pl: Important functions stuff...
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: v0.4 (20000718)
 #   Created: 20000322
 #
index 7efe3e3b38af1c4de96ccd05099f20153556bcd3..f9678ac5c10e77fc6302d5685e9db3180ec9aa60 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   db_dbm.pl: Extension on the factoid database.
 #  OrigAuthor: Kevin Lenzo  (c) 1997
-#  CurrAuthor: xk <xk@leguin.openprojects.net>
+#  CurrAuthor: dms <dms@users.sourceforge.net>
 #     Version: v0.6 (20000707)
 #   FModified: 19991020
 #
index 3cf0433d4e48457d582fd887f8e67aaf607132ad..dc4c14d18b396adcd9c9e24fcfdda31f753401e7 100644 (file)
@@ -1,6 +1,6 @@
 #
 # db_mysql.pl: MySQL database frontend.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.2c (19991224)
 #     Created: 19991203
 #
index ac6b4a12463d928d5a15792aa332b63041075be7..73872de9537552b214f2fe4ae9aff87bd5f058ef 100644 (file)
@@ -1,6 +1,6 @@
 #
 # db_pgsql.pl: PostgreSQL database frontend.
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms <dms@users.sourceforge.net>
 #     Version: v0.1 (20000629)
 #     Created: 20000629
 #
index 07c678bd80329a7beac990bb265dea19d18f9f11..79f49d7cc6f17713c17527c399ef719c49f1dc12 100644 (file)
@@ -1,6 +1,6 @@
 #
 # logger.pl: logger functions!
-#    Author: xk <xk@leguin.openprojects.net>
+#    Author: dms
 #   Version: 19991205
 #      NOTE: Based on code by Kevin Lenzo & Patrick Cole  (c) 1997
 #
index 51a51df63cca04e9e213fafef22469bae7560546..1cc58a1627922d488c159978a319c0aafbcdb873 100644 (file)
@@ -1,6 +1,6 @@
 #
 #  modules.pl: pseudo-Module handler
-#      Author: xk <xk@leguin.openprojects.net>
+#      Author: dms
 #     Version: v0.2 (20000629)
 #     Created: 20000624
 #