From 309899168a086de88acf97fd6683387a7af7078c Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 22 Oct 2021 19:08:59 +0200 Subject: write tons of documentation and reorganize some modules --- src/hooks/intensify.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hooks/intensify.rs') diff --git a/src/hooks/intensify.rs b/src/hooks/intensify.rs index 8e8a817..bbed9d9 100644 --- a/src/hooks/intensify.rs +++ b/src/hooks/intensify.rs @@ -2,6 +2,7 @@ use anyhow::{Context, Result}; use irc::client::prelude::*; use macros::privmsg; +/// \[Turn things up to eleven\]. Intensifies things written in brackets. pub fn intensify(bot: &crate::Bot, msg: Message) -> Result<()> { privmsg!(msg, { let mut chars = text.chars(); -- cgit v1.2.3