Added migrate command

This commit is contained in:
Pepich
2017-05-11 18:31:09 +02:00
parent 84316c4596
commit 0179d7563c
2 changed files with 12 additions and 2 deletions
@@ -31,7 +31,6 @@ command socialspy {
run commands_del command;
help Deletes a command from the list of commands that you're listening to.;
}
stripcolor on {
run stripcolor_on;
}
@@ -52,4 +51,8 @@ command socialspy {
}
perm utils.socialspy;
type player;
migrate {
run migrate;
type console;
}
}