mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 20:40:15 +01:00
This update includes the transition to protocoloutput while maintaining backwards compatibility with all MUDs still using proc_colors
This commit is contained in:
parent
0fd579d3d4
commit
f0a80caaa3
25 changed files with 210 additions and 233 deletions
|
|
@ -1639,7 +1639,7 @@ void nanny(struct descriptor_data *d, char *arg)
|
|||
write_to_output(d, "%s", CONFIG_MENU);
|
||||
if (IS_HAPPYHOUR > 0){
|
||||
write_to_output(d, "\r\n");
|
||||
write_to_output(d, "@yThere is currently a Happyhour!@n\r\n");
|
||||
write_to_output(d, "\tyThere is currently a Happyhour!\tn\r\n");
|
||||
write_to_output(d, "\r\n");
|
||||
}
|
||||
add_llog_entry(d->character, LAST_CONNECT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue