lynnfaraday / MUSH

MUSH Softcode and Utilities
8 stars 1 forks source link

Updatename should actually change the name #14

Closed lynnfaraday closed 11 years ago

lynnfaraday commented 11 years ago

Right now +updatename is a two-step process. First you change their name with @name, then you use +updatename. That's pretty silly. It should do both in one step.

lynnfaraday commented 11 years ago

I changed it so it just gives an error if the player couldn't be found.

It's hard to redo all the error checking that @name does intrinsically, and you don't want to go through with the update if the rename failed.

Affected Systems: Staff Globals