summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat.h b/chat.h
index aa2f87c..6af5ef7 100644
--- a/chat.h
+++ b/chat.h
@@ -133,8 +133,9 @@ void ircFormat(const char *format, ...)
 
 extern struct Replies {
 	size_t join;
-	size_t topic;
+	size_t list;
 	size_t names;
+	size_t topic;
 	size_t whois;
 } replies;