Explorar o código

* Tell the user how to CLEAR a comment.

svn: 364
Bryan Drewery %!s(int64=22) %!d(string=hai) anos
pai
achega
1aa342bd32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1698,7 +1698,7 @@ static void cmd_comment(struct userrec *u, int idx, char *par)
   handle = newsplit(&par);
 
   if (!par[0]) {
-    dprintf(idx, STR("Usage: comment <handle> <newcomment>\n"));
+    dprintf(idx, STR("Usage: comment <handle> <newcomment/none>\n"));
     return;
   }
   u1 = get_user_by_handle(userlist, handle);