diff --git a/LICENSE b/LICENSE index bfdfe68..047718b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Tulir Asokan +Copyright (c) 2019 Tulir Asokan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 2a8a29d..383b0f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # echo A simple [maubot](https://github.com/maubot/maubot) that echoes pings and other stuff. + +## Usage +* `!ping` - Reply with "Pong!" and the time it took for the message to reach the bot. +* `!echo ` - Reply with the given message diff --git a/maubot.yaml b/maubot.yaml index c4aa350..c6edaf8 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,3 +1,4 @@ +maubot: 0.1.0 id: xyz.maubot.echo version: 1.0.0 license: MIT