Typo fix in pgbot.
authorplugd <plugd@thelambdalab.xyz>
Fri, 1 Sep 2023 08:09:57 +0000 (10:09 +0200)
committerplugd <plugd@thelambdalab.xyz>
Fri, 1 Sep 2023 08:09:57 +0000 (10:09 +0200)
examples/pgbot.scm

index d79a4da..20b5658 100644 (file)
@@ -72,9 +72,9 @@
              (privmsg source "Register your *log URL first using ,seturl <URL>."))))
 
       (_
-       (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!")))))