@@ -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
@@ -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:
@@ -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;
}