summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-30 14:56:26 -0400
committerJune McEnroe <june@causal.agency>2020-03-30 14:56:26 -0400
commita0dde10cb61ec2c320103a215172841de636bd03 (patch)
tree182d9675f1ab3a0fff276f0d33c7b4246e463f13 /chat.c
parentTab complete from last iswspace (diff)
downloadcatgirl-a0dde10cb61ec2c320103a215172841de636bd03.tar.gz
catgirl-a0dde10cb61ec2c320103a215172841de636bd03.zip
Add text macros
Diffstat (limited to '')
-rw-r--r--chat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat.c b/chat.c
index 35c0ecd..258dde2 100644
--- a/chat.c
+++ b/chat.c
@@ -201,7 +201,9 @@ int main(int argc, char *argv[]) {
 
 	set(&network.name, host);
 	set(&self.nick, "*");
-	commandComplete();
+
+	editCompleteAdd();
+	commandCompleteAdd();
 
 	FILE *certFile = NULL;
 	FILE *privFile = NULL;
n/day06.rs?id=037c2a4d3ce3db556b5acb971a8a234789d6a179&follow=1'>Day 6, part 2June McEnroe 2020-11-22Day 6June McEnroe 2020-11-22Day 5, part 2June McEnroe 2020-11-22Day 5June McEnroe 2020-11-22Day 4, part 2June McEnroe That ugly sort map though. 2020-11-22Day 4June McEnroe 2020-11-22Day 3, part 2June McEnroe I am super surprised that worked on the first try. 2020-11-22Day 3, clean upJune McEnroe 2020-11-22Day 3June McEnroe This is fucking awful and I'm angry. 2020-11-22Day 2, part 2June McEnroe 2020-11-22Day 2June McEnroe 2020-11-22Day 1, part 2June McEnroe 2020-11-22Day 1June McEnroe 2020-11-22Move to 2016 directoryJune McEnroe