Add usage and update metadata

This commit is contained in:
Tulir Asokan 2019-01-07 09:31:38 +02:00
parent 758849d4bd
commit 373200f4be
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the "Software"), to deal in

View file

@ -1,2 +1,6 @@
# echo # echo
A simple [maubot](https://github.com/maubot/maubot) that echoes pings and other stuff. 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 <message>` - Reply with the given message

View file

@ -1,3 +1,4 @@
maubot: 0.1.0
id: xyz.maubot.echo id: xyz.maubot.echo
version: 1.0.0 version: 1.0.0
license: MIT license: MIT