--- ChivanetConvoBot/convobot	2025/02/03 04:22:49	1.1
+++ ChivanetConvoBot/convobot	2025/02/03 04:28:34	1.2
@@ -9,8 +9,11 @@
 # Licensed AGPL-3.0
 #
 # $Log: convobot,v $
-# Revision 1.1  2025/02/03 04:22:49  snw
-# Initial revision
+# Revision 1.2  2025/02/03 04:28:34  snw
+# Fix syntax message
+#
+# Revision 1.1.1.1  2025/02/03 04:22:49  snw
+# Initial Commit
 #
 #
 #
@@ -123,7 +126,7 @@ sub chat_im_in {
             }
         }
         else {
-            $chat->chat_send("Syntax: !seen <screenname>");
+            $chat->chat_send("Syntax: !seen <em>screenname</em>");
         }
     }