diff options
author | June McEnroe | 2022-02-26 15:51:42 -0500 |
---|---|---|
committer | June McEnroe | 2022-02-26 15:51:42 -0500 |
commit | b6c72806498e95cb08606a7ec46742e5439d3348 (patch) | |
tree | 08345aae3fa8e302454b627113fab94494f9d3e5 /handle.c | |
parent | b7fe705c9143a8bae6b0e87e62c9568265291484 (diff) |
Specify commands which depend on caps
Currently only /setname.
Diffstat (limited to 'handle.c')
-rw-r--r-- | handle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 9f051c7..388a122 100644 --- a/handle.c +++ b/handle.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 C. McEnroe <june@causal.agency> +/* Copyright (C) 2020 June McEnroe <june@causal.agency> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -254,6 +254,7 @@ static void handleReplyWelcome(struct Message *msg) { replies[ReplyTopicAuto] += count; replies[ReplyNamesAuto] += count; } + commandCompleteAdd(); } static void handleReplyISupport(struct Message *msg) { |