diff options
author | June McEnroe <june@causal.agency> | 2019-10-26 04:57:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-26 04:57:33 -0400 |
commit | 648c5cc21484a4f0d9846f04bc47c1e35fa18234 (patch) | |
tree | 02847d4c25ec01c65ce3db9b0ab2cc5e61dbb568 /bounce.h | |
parent | Set AWAY when no clients are connected (diff) | |
download | pounce-648c5cc21484a4f0d9846f04bc47c1e35fa18234.tar.gz pounce-648c5cc21484a4f0d9846f04bc47c1e35fa18234.zip |
Track channel topics
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bounce.h b/bounce.h index 4945931..26e62df 100644 --- a/bounce.h +++ b/bounce.h @@ -88,7 +88,6 @@ size_t clientDiff(const struct Client *client); void clientConsume(struct Client *client); bool stateJoinNames; -bool stateJoinTopic; bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); |