From ec533ac3029bdde61b8b432d74450d8c0a52c2c9 Mon Sep 17 00:00:00 2001 From: R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> Date: Sat, 5 Jun 2021 22:25:19 +0200 Subject: feat: send action --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 00e59e6..1d76cb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] macros = { path = "./macros" } -irc = { version = "0.15", features = ["json", "tls-rust"], default_features = false } +irc = { version = "0.15", features = ["json", "tls-rust", "ctcp"], default_features = false } irc-proto = "0.15" sasl = "0.5" base64 = "0.13" -- cgit v1.2.3