From 7e56de60da7e70627af76499ce390e17bb9ef1c3 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 13 Apr 2019 21:49:00 +0000 Subject: [PATCH] Clean up changelog and readme --- CHANGELOG.md | 3 ++- docs/index.md | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea3778..fc01070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ - add pm command to room - add cookie support - 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) diff --git a/docs/index.md b/docs/index.md index 97d28a3..3311e56 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 functions. -Similar to a `Message`, a `Session` represents a session and also contains -almost all the fields [specified in the -API](http://api.euphoria.io/#sessionview), in addition to a few utility -functions. +Similar to a `Message`, a `Session` represents a [session +view](http://api.euphoria.io/#sessionview) and also contains almost all the +fields specified in the API, in addition to a few utility functions. `Message`s and `Session`s also both contain the name of the room they originated from.