summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-26 04:57:33 -0400
committerJune McEnroe <june@causal.agency>2019-10-26 04:57:33 -0400
commit648c5cc21484a4f0d9846f04bc47c1e35fa18234 (patch)
tree02847d4c25ec01c65ce3db9b0ab2cc5e61dbb568 /bounce.h
parentSet AWAY when no clients are connected (diff)
downloadpounce-648c5cc21484a4f0d9846f04bc47c1e35fa18234.tar.gz
pounce-648c5cc21484a4f0d9846f04bc47c1e35fa18234.zip
Track channel topics
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
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);