diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
commit | 3bd0ac0d72aab526cd89382825e17fb94504687d (patch) | |
tree | c2e9bb521a07491f51813a0a02adbe55f6c79e13 /irc/py-supybot | |
parent | 7a76643f38d806cadebd3575ae3a5cf34e8006a5 (diff) |
Notes
Diffstat (limited to 'irc/py-supybot')
-rw-r--r-- | irc/py-supybot/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/py-supybot/pkg-message b/irc/py-supybot/pkg-message index 7c6c9845b7cf..2feea7ece9ea 100644 --- a/irc/py-supybot/pkg-message +++ b/irc/py-supybot/pkg-message @@ -1,4 +1,6 @@ -------------------------------------------------------------- +[ +{ type: install + message: <<EOM Supybot is installed. For a quick start: @@ -11,4 +13,6 @@ installed. **WARNING** Some config names changed between some versions. Review the ChangeLog document in the documentation directory. -------------------------------------------------------------- +EOM +} +] |