mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Altered previous truncation fix and added OLC setting for the HUH message.
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user