Kaynağa Gözat

* Update docs

Bryan Drewery 15 yıl önce
ebeveyn
işleme
b66c51a45c
3 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 3 0
      doc/UPDATES
  2. 2 2
      doc/help.txt
  3. 1 1
      src/cmds.c

+ 3 - 0
doc/UPDATES

@@ -1,3 +1,6 @@
+* cmd_mns_user now access multiple users (fixes #77)
+* Permanent owners can no longer be removed via cmd_mns_user
+
 release
   * Add an extra 2 second delay before releasing nick to aide in syncing and time to type /nick
   * When a nick is released, start regaining as soon as it is witnessed to have been taken again

+ 2 - 2
doc/help.txt

@@ -118,8 +118,8 @@ See also: +ignore, ignores
  
 See also: invites, +invite, stick, unstick
 ::-user
-###  $b-user$b <handle>
-   Removes the specified handle's user record.
+###  $b-user$b <handle> [anotherhandle] ...
+   Removes the specified handles user records.
  
 See also: +user%{+ai}, -bot%{-}%{+nai}, newleaf%{-}
 ::about:

+ 1 - 1
src/cmds.c

@@ -3474,7 +3474,7 @@ static void cmd_mns_user(int idx, char *par)
   putlog(LOG_CMDS, "*", "#%s# -user %s", dcc[idx].nick, par);
 
   if (!par[0]) {
-    dprintf(idx, "Usage: -user <hand>\n");
+    dprintf(idx, "Usage: -user <handle> [anotherhandle] ...\n");
     return;
   }