Skip to content

Commit

Permalink
Name our project PircBot' (PircBot prime) to avoid confusion with the…
Browse files Browse the repository at this point in the history
… original PircBot.
  • Loading branch information
davidlazar committed Feb 18, 2012
1 parent ff4f492 commit 891fac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# About

PircBot is a framework for writing IRC bots in Java. In particular, this project is a fork of jibble.org's [PircBot](http://www.jibble.org/pircbot.php) (version 1.5.0). This project adds to PircBot:
PircBot' (this project; pronounced "PircBot prime") is a framework for writing IRC bots in Java. In particular, this project is a fork of jibble.org's [PircBot](http://www.jibble.org/pircbot.php) (version 1.5.0). This project adds to PircBot:

* SSL support
* The `ConfigurablePircBot` class, allowing IRC bots to be configured easily
Expand All @@ -9,13 +9,13 @@ PircBot is a framework for writing IRC bots in Java. In particular, this project

# Usage

PircBot can be installed by typing:
PircBot' can be installed by typing:

$ ant

This makes the PircBot library available to projects that depend on it through Ivy. The library can also be used via the resulting `build/artifacts/pircbot.jar` file.
This makes the PircBot' library available to projects that depend on it through Ivy. The library can also be used via the resulting `build/artifacts/pircbot.jar` file.

For general documentation on using PircBot once it's installed, see the [jibble.org PircBot website](http://www.jibble.org/pircbot.php). See [ReminderBot](https://github.com/davidlazar/ReminderBot) for an example of how to use the new features provided by this version of PircBot.
For general documentation on using PircBot' once it's installed, see the [jibble.org PircBot website](http://www.jibble.org/pircbot.php). See [ReminderBot](https://github.com/davidlazar/ReminderBot) for an example of how to use the new features provided by PircBot'.

# Contributing

Expand Down

0 comments on commit 891fac2

Please sign in to comment.