aboutsummaryrefslogtreecommitdiff
path: root/src/commands/help.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2017-11-18 16:49:23 -0800
committeriximeow <me@iximeow.net>2017-11-18 16:49:23 -0800
commit69afc6b85c28b3f6ae857b369d09dea7d1b4f14e (patch)
tree10ce6f47ba5ef8641aab53052dd69e958df3af3a /src/commands/help.rs
parent780ccc569fee0eeb21069575bd88dd8f94aeb424 (diff)
groundwork for multi-account use
add connection state tracked per-stream, add explicit TwitterProfile mapped to names that can be used for accounts. default names are the handle of the corresponding twitter account. partition out user Credential to be per TwitterProfile, so fav, reply, etc, all come from the selected account. Multiplex twitter connections and message streams across chan (instead of earlier plan, which was to have one chan per thread)
Diffstat (limited to 'src/commands/help.rs')
-rw-r--r--src/commands/help.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/help.rs b/src/commands/help.rs
index c99681e..445684b 100644
--- a/src/commands/help.rs
+++ b/src/commands/help.rs
@@ -1,8 +1,6 @@
use tw;
use ::Queryer;
-use tw::TweetId;
-
use commands::Command;
pub static HELP: Command = Command {