mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 23:32:34 +01:00
Altered previous truncation fix and added OLC setting for the HUH message.
This commit is contained in:
parent
68fcdb73bf
commit
4f5c220759
12 changed files with 100 additions and 53 deletions
|
|
@ -528,7 +528,7 @@ void command_interpreter(struct char_data *ch, char *argument)
|
|||
|
||||
if (*complete_cmd_info[cmd].command == '\n') {
|
||||
int found = 0;
|
||||
send_to_char(ch, "Huh!?!\r\n");
|
||||
send_to_char(ch, "%s", CONFIG_HUH);
|
||||
|
||||
for (cmd = 0; *cmd_info[cmd].command != '\n'; cmd++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue