mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
3 bug fixes in one check-in, if we're lucky
This commit is contained in:
parent
6eb8dd883f
commit
ecc5bd32e6
4 changed files with 10 additions and 3 deletions
|
@ -1968,6 +1968,8 @@ See the manual for details.");
|
|||
// should provide origin here, huh? don't have it!
|
||||
// let the user make it up..
|
||||
remove_member(args[1], sizeof(args) > 2 && args[2]);
|
||||
// apparently it's pointless if we don't save it
|
||||
save();
|
||||
return 1;
|
||||
}
|
||||
sendmsg(source, "_warning_usage_remove",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue