Clean up changelog and readme
This commit is contained in:
parent
24128a460a
commit
7e56de60da
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
- add pm command to room
|
- add pm command to room
|
||||||
- add cookie support
|
- add cookie support
|
||||||
- add !restart to botrulez
|
- add !restart to botrulez
|
||||||
- save (overwrite) `Bot` config file
|
- add Bot config file saving
|
||||||
|
- fix the Room not setting its nick correctly upon reconnecting
|
||||||
|
|
||||||
## 0.2.0 (2019-04-12)
|
## 0.2.0 (2019-04-12)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,9 @@ A `Message` represents a single message. It contains all the fields [specified
|
||||||
in the API](http://api.euphoria.io/#message), in addition to a few utility
|
in the API](http://api.euphoria.io/#message), in addition to a few utility
|
||||||
functions.
|
functions.
|
||||||
|
|
||||||
Similar to a `Message`, a `Session` represents a session and also contains
|
Similar to a `Message`, a `Session` represents a [session
|
||||||
almost all the fields [specified in the
|
view](http://api.euphoria.io/#sessionview) and also contains almost all the
|
||||||
API](http://api.euphoria.io/#sessionview), in addition to a few utility
|
fields specified in the API, in addition to a few utility functions.
|
||||||
functions.
|
|
||||||
|
|
||||||
`Message`s and `Session`s also both contain the name of the room they
|
`Message`s and `Session`s also both contain the name of the room they
|
||||||
originated from.
|
originated from.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue