Skip to content

Commit

Permalink
Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Animosity committed Oct 13, 2010
1 parent 8a570d8 commit 8ca146c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .classpath
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="Minecraft_Mod.jar" sourcepath="M:/plugins/CraftIRC Dev/Minecraft_mod 113.zip"/>
<classpathentry exported="true" kind="lib" path="pircbot.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CraftIRC Dev</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions CraftIRC.java
@@ -1,5 +1,10 @@
import java.util.logging.Logger;

/**
* @author Animosity
* With various contributions and improvements by ricin
*/

public class CraftIRC extends Plugin {
public static final String NAME = "CraftIRC";
public static final String VERSION = "1.5.1";
Expand Down
5 changes: 1 addition & 4 deletions Minebot.java
Expand Up @@ -9,10 +9,7 @@
import java.util.Properties;
import org.jibble.pircbot.*;

/**
* @author Animosity
*
*/

public class Minebot extends PircBot
{
private static Minebot instance = null;
Expand Down

0 comments on commit 8ca146c

Please sign in to comment.