From dfe598e26ab3499c06c3bec75302f767c1be5842 Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Wed, 26 Dec 2018 16:28:08 -0600 Subject: [PATCH] update documentation --- README.md | 13 +++++++------ TODO | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3cd9d6bca331efd6f8ff8a7619bca6aa3f5fe795..b90e15b00c435184cc2b19d0d390ddb73176c730 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ go get bitbucket.org/henesy/disco ## Commands Commands available in chat: -| Command | Function | +| Command | Function | | ------------- |-------------| -| :q | Quits disco | -| :g | Change listening Guild| -| :c | Change listening Channel inside Guild | -| :m [n] | Display last [n] messages: ex. `:m 2` displays last two messages | -| :p | Pulls up the private channel menu | +| :q | Quits disco | +| :g | Change listening Guild| +| :c [n|?] | Change listening Channel inside Guild, or list channels | +| :m [n] | Display last [n] messages: ex. `:m 2` displays last two messages | +| :p | Pulls up the private channel menu | +| :n name | Change nickname to `name` | ## Notes diff --git a/TODO b/TODO index eaebf5998ab38d7ba755deb7907668de49c78d14..52cc3a0a3cae01187ba3bd9bee48e8f49dcb687f 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,7 @@ Commands: :r -- register via Register(email) -:d [n] [file] -- dump backlog of last 'n' msgs to a file 'file' - -:c [n] and :c ? to switch and list channels, respectively +:d [n] file -- dump backlog of last 'n' msgs to a file 'file' :? to list commands @@ -33,5 +31,7 @@ Features: * fix ctrl+d not closing out cleanly -* add [b] go back to pm's menu +* add [b] go back to pm's menu from within pm's + +* fix :n printing to chat