aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kirc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kirc.h b/kirc.h
index 04fda43..867d431 100644
--- a/kirc.h
+++ b/kirc.h
@@ -102,6 +102,7 @@ typedef struct STATE {
size_t lenu8; /* Current edited line length. */
size_t cols; /* Number of columns in terminal. */
int history_index; /* Current line in the edit history */
+ char nick_privmsg; /* whether or not we are sending messages to a chan or nick */
} state_t, *state;
struct abuf {