From 0e58efdf293753b0888cd62417f2a704189817b5 Mon Sep 17 00:00:00 2001 From: plugd Date: Fri, 1 Sep 2023 10:09:57 +0200 Subject: [PATCH] Typo fix in pgbot. --- examples/pgbot.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!"))))) -- 2.20.1