summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-12 02:39:23 -0500
committerJune McEnroe <june@causal.agency>2020-02-12 02:39:23 -0500
commit489df70c37d49ab17b396dcffc6776e2ba7829ed (patch)
treed81e0f1379a08da3cc1183b7850c591469068877 /chat.h
parentSimplify transpose swap (diff)
downloadcatgirl-489df70c37d49ab17b396dcffc6776e2ba7829ed.tar.gz
catgirl-489df70c37d49ab17b396dcffc6776e2ba7829ed.zip
Add /list
Diffstat (limited to '')
-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;
 
cEnroe 2012-01-22Enable syntax-based foldingJune McEnroe 2012-01-22Update quicktaskJune McEnroe 2012-01-22Revert "Add AutoClose"June McEnroe 2012-01-22Revert "Disable powerline for now"June McEnroe 2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe 2012-01-22Disable powerline for nowJune McEnroe 2012-01-22Update some pluginsJune McEnroe 2012-01-22Add VCS repo directories to wildignoreJune McEnroe 2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe 2012-01-22Add vim-spaceJune McEnroe 2012-01-22Add AutoCloseJune McEnroe 2012-01-22Add binding for GundoJune McEnroe 2012-01-22Add GundoJune McEnroe 2012-01-22Add Jellybeans colorschemeJune McEnroe 2012-01-22Add syntasticJune McEnroe 2012-01-21Add PowerlineJune McEnroe 2012-01-21Add quicktaskJune McEnroe 2012-01-15Moved comments out of mapsJune McEnroe 2012-01-14Disable scrollbarsJune McEnroe