This repository has been archived by the owner on May 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
License
maradine/ps2bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PS2Bot is an IRC bot that manages a channel full of Planetside 2 players. Presumably, these players are all in the same outfit, and want to know what each other are doing, and when a game session is running. The leader of the outfit may want to present information from time to time, and PS2Bot will happily announce these things on a recurring basis. If you don't want to do these exact things, you are likely better off writing your own bot based on PircBotX, which is what PS2Bot is based on. It is simple, well-documented, and actively developed. You will need the PircBotX jar file to run PS2Bot. http://code.google.com/p/pircbotx/ You will need the jsoup library to run PS2Bot. http://www.jsoup.org/ INSTRUCTIONS 0. You need a Java 7 JDK/JRE to rock this. 1. Acquire the source tree. You can do this in a number of ways from the project site. If you already have git installed, you can "git clone https://github.com/maradine/ps2bot.git" into a fresh directory. 2. Place the pircbotx and jsoup jar files into the directory with the rest of the source code. 3. From the source directory, compile with: "javac -cp jsoup-1.7.2.jar:pircbotx-1.9dev.jar:. *.java" 4. Run the bot with: "java -cp jsoup-1.7.2.jar:pircbotx-1.9dev.jar:. PS2Bot" 5. Modify the automatically generated properties file with your desired IRC server and nick. 6. Run again and enjoy life.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published