]> jfr.im git - irc/borknet/trunk.git/commitdiff
git-svn-id: https://svn.code.sf.net/p/borknet-dev-com/code/borknet_services/trunk...
authorozafy <redacted>
Sun, 19 Jun 2011 16:35:18 +0000 (16:35 +0000)
committerozafy <redacted>
Sun, 19 Jun 2011 16:35:18 +0000 (16:35 +0000)
compile.bat
core/modules/w/Listener.class
core/modules/w/Listener.java
core/modules/w/Moo.class [deleted file]
core/modules/w/Moo.java [deleted file]
core/modules/w/cmds

index 35e6f1c37ff294dafa2fcc162b80f5cbdf9729e9..03d80c05faeb8590a947ad9e8fb67b10b2c94ffb 100644 (file)
@@ -15,13 +15,13 @@ rem javac core/modules/g/*.java
 rem javac core/modules/h/*.java\r
 rem javac core/modules/m/*.java\r
 rem javac core/modules/p/*.java\r
- javac core/modules/q/*.java\r
+rem javac core/modules/q/*.java\r
 rem javac core/modules/r/*.java\r
 rem javac core/modules/s/*.java\r
 rem javac core/modules/t/*.java\r
 rem javac core/modules/t/*.java\r
 rem javac core/modules/tutor/*.java\r
 rem javac core/modules/v/*.java\r
-rem javac core/modules/w/*.java\r
+ javac core/modules/w/*.java\r
 rem javac core/modules/x/*.java\r
 pause
\ No newline at end of file
index 0b22b8a12a62bb5190b11f3ffcbd02696ab51f59..ad6781fcb510086344f0f6a0c075c6bd22c9c6c5 100644 (file)
Binary files a/core/modules/w/Listener.class and b/core/modules/w/Listener.class differ
index 3ae7f1fa7806c4423c9a7bbc224f03408c8d04be..85a4182c45d25b04b3aa619e10b68bc97ed1bc6c 100644 (file)
@@ -68,7 +68,6 @@ public class Listener extends Thread
   {\r
    C.printDebug("Error creating webinterface");\r
                        C.debug(ex);\r
-   C.die("Socket error, trying to die gracefully.");\r
   }\r
        }\r
  \r
@@ -139,7 +138,6 @@ public class Listener extends Thread
   {\r
    C.printDebug("Error sleeping in webinterface");\r
                        C.debug(e);\r
-   C.die("Socket error, trying to die gracefully.");\r
   }\r
  }\r
  \r
diff --git a/core/modules/w/Moo.class b/core/modules/w/Moo.class
deleted file mode 100644 (file)
index 40c944d..0000000
Binary files a/core/modules/w/Moo.class and /dev/null differ
diff --git a/core/modules/w/Moo.java b/core/modules/w/Moo.java
deleted file mode 100644 (file)
index 1b57b8e..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/**\r
-#\r
-# BorkNet Services Core\r
-#\r
-\r
-#\r
-# Copyright (C) 2004 Ozafy - ozafy@borknet.org - http://www.borknet.org\r
-#\r
-# This program is free software; you can redistribute it and/or\r
-# modify it under the terms of the GNU General Public License\r
-# as published by the Free Software Foundation; either version 2\r
-# of the License, or (at your option) any later version.\r
-#\r
-# This program 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 this program; if not, write to the Free Software\r
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
-#\r
-*/\r
-\r
-\r
-/*\r
-\r
-A very basic command, replies to /msg moo with /notice Moo!\r
-\r
-*/\r
-\r
-\r
-import java.io.*;\r
-import java.util.*;\r
-import borknet_services.core.*;\r
-\r
-/**\r
- * Class to load configuration files.\r
- * @author Ozafy - ozafy@borknet.org - http://www.borknet.org\r
- */\r
-public class Moo implements Command\r
-{\r
-    /**\r
-     * Constructs a Loader\r
-     * @param debug            If we're running in debug.\r
-     */\r
-       public Moo()\r
-       {\r
-       }\r
-\r
-       public void parse_command(Core C, W Bot, String numeric, String botnum, String username, String params)\r
-       {\r
-               C.cmd_notice(numeric, botnum, username, "Moo!");\r
-       }\r
-\r
-       public void parse_help(Core C, W Bot, String numeric, String botnum, String username, int lev)\r
-       {\r
-               C.cmd_notice(numeric, botnum, username, "/msg "+Bot.get_nick()+" moo");\r
-       }\r
-       public void showcommand(Core C, W Bot, String numeric, String botnum, String username, int lev)\r
-       {\r
-               C.cmd_notice(numeric, botnum, username, "moo - makes the bot moo at you.");\r
-       }\r
-}
\ No newline at end of file
index a51cdcd248f22c71202c6de28052e6a336bf0ac5..cae989fa5d236eb708bd6ceb92b6b458304faad1 100644 (file)
@@ -1,4 +1,3 @@
-Moo\r
 Version\r
 Showcommands\r
 Help
\ No newline at end of file