diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-09 17:17:01 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:21:55 +0200 |
| commit | f8502953dd56250f2e0952f7b0c3062e58b6716a (patch) | |
| tree | 57e694a2bafc85b85913e0553d3c63419b23eb46 /src/main.rs | |
| parent | add tracing and error context to url preview (diff) | |
make url_preview async
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 776299d..f442d35 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ async fn main() { AUTHENTICATE, catinator::hooks::sasl ), - hook( + async hook( "url_preview", "Send preview of website", PRIVMSG, |
