diff options
Diffstat (limited to 'src/hooks/pet.rs')
| -rw-r--r-- | src/hooks/pet.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/hooks/pet.rs b/src/hooks/pet.rs index 3e2defe..d11f562 100644 --- a/src/hooks/pet.rs +++ b/src/hooks/pet.rs @@ -1,5 +1,3 @@ -use std::str; - use anyhow::{Context, Result}; use irc::client::prelude::*; use macros::privmsg; @@ -15,14 +13,9 @@ const PET_RESPONSE: [&str; 5] = [ "strikes you with it's sharp claws", ]; -/// Pet cat +/// Pet the cat, get rekt /// /// Sends some random action when petted. -/// -/// # See also -/// -/// - [`Bot::send_action`] -/// - RESPONSE pub fn pet(bot: &crate::Bot, msg: Message) -> Result<()> { privmsg!(msg, { bot.send_action( |
