mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 23:32:34 +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
|
|
@ -113,7 +113,6 @@ static void sub_write_to_char(char_data *ch, char *tokens[], void *otokens[], ch
|
|||
|
||||
strcat(sb,tokens[i]);
|
||||
strcat(sb,"\n\r");
|
||||
sb[0] = toupper(sb[0]);
|
||||
send_to_char(ch, "%s", sb);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue