diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-22 19:08:59 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-22 19:09:39 +0200 |
| commit | 309899168a086de88acf97fd6683387a7af7078c (patch) | |
| tree | 846075c1e9af0d7139edae5597f1147b851ed2b2 /src/hooks/intensify.rs | |
| parent | remove wolfram alpha url shortening (diff) | |
write tons of documentation and reorganize some modules
Diffstat (limited to 'src/hooks/intensify.rs')
| -rw-r--r-- | src/hooks/intensify.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
