mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-11 10:34:20 +01:00
Added %log% command, and made capitalization up to the builders discretion in various trigedit messages. (#35)
* Added %log%, and made %send%, %echo%, etc. not force capitalization. * Fixed Previous Commit * Really fixed this time.
This commit is contained in:
parent
512fd64d65
commit
023348b0a0
8 changed files with 51 additions and 3 deletions
|
|
@ -384,6 +384,7 @@ ACMD(do_msend);
|
|||
ACMD(do_mteleport);
|
||||
ACMD(do_mtransform);
|
||||
ACMD(do_mzoneecho);
|
||||
ACMD(do_mlog);
|
||||
|
||||
/* from dg_olc.c... thinking these should be moved to oasis.h */
|
||||
void trigedit_save(struct descriptor_data *d);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue