diff options
author | June McEnroe <june@causal.agency> | 2022-07-30 18:47:26 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-07-30 18:47:26 -0400 |
commit | 14a6486b9b2b9522982cde12c05b20931fe34999 (patch) | |
tree | 672349f06f9e998e6859a937230cc32787af2d9f /chat.c | |
parent | "Rename" complete to cache, refactor interfaces (diff) | |
download | catgirl-14a6486b9b2b9522982cde12c05b20931fe34999.tar.gz catgirl-14a6486b9b2b9522982cde12c05b20931fe34999.zip |
Switch to cache interfaces
Diffstat (limited to '')
-rw-r--r-- | chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c index 2d35771..39b1a93 100644 --- a/chat.c +++ b/chat.c @@ -374,7 +374,7 @@ int main(int argc, char *argv[]) { set(&network.name, host); set(&self.nick, "*"); - inputCompleteAdd(); + inputCache(); ircConfig(insecure, trust, cert, priv); |