From: plugd Date: Fri, 1 Sep 2023 08:09:57 +0000 (+0200) Subject: Typo fix in pgbot. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=0e58efdf293753b0888cd62417f2a704189817b5;p=botbot.git Typo fix in pgbot. --- diff --git a/examples/pgbot.scm b/examples/pgbot.scm index d79a4da..20b5658 100644 --- a/examples/pgbot.scm +++ b/examples/pgbot.scm @@ -72,9 +72,9 @@ (privmsg source "Register your *log URL first using ,seturl .")))) (_ - (privmsg source "Hi! Here are the valid pgbot commands:") + (privmsg source "Beep boop! Here are the valid pgbot commands:") (privmsg source " ,seturl [url] : Save your *log URL for others to see") (privmsg source " ,rmurl : Remove your *log URL if one is saved.") (privmsg source " ,geturl [nick] : Retrieve the *log URL belonging to [nick].") (privmsg source " ,list : List all currently stored *log URLs.") - (privmsg source " ,accounce : Announce a new *log entry to #phloggersgarage! Huzzah!"))))) + (privmsg source " ,announce : Announce a new *log entry to #phloggersgarage! Huzzah!")))))