diff options
Diffstat (limited to 'irc/pircbot/files/pkg-message.in')
-rw-r--r-- | irc/pircbot/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/pircbot/files/pkg-message.in b/irc/pircbot/files/pkg-message.in index e04808be2308..913fbf06da44 100644 --- a/irc/pircbot/files/pkg-message.in +++ b/irc/pircbot/files/pkg-message.in @@ -1,4 +1,6 @@ ---------------------------------------------------------------- +[ +{ type: install + message: <<EOM To use pircbot add %%JAVAJARDIR%%/pircbot.jar to your classpath. A short tutorial can be found here: http://www.jibble.org/pircbot.php @@ -6,4 +8,6 @@ your classpath. A short tutorial can be found here: If you have the DOCS option enabled the pircbot javadoc documentation will also have been installed in: %%DOCSDIR%% ---------------------------------------------------------------- +EOM +} +] |