Saylink cleanup.

This commit is contained in:
Kinglykrab
2022-08-14 19:15:13 -04:00
parent acf06abc3d
commit 1da19fd6df
3 changed files with 3 additions and 13 deletions
+2 -2
View File
@@ -9616,7 +9616,7 @@ void Client::ShowDevToolsMenu()
Chat::White,
fmt::format(
"Show Menu | {}",
Saylink::Silent("#dev", "#dev")
Saylink::Silent("#dev")
).c_str()
);
@@ -9716,7 +9716,7 @@ void Client::ShowDevToolsMenu()
).c_str()
);
auto help_link = Saylink::Silent("#help", "#help");
auto help_link = Saylink::Silent("#help");
Message(
Chat::White,
+1 -1
View File
@@ -4265,7 +4265,7 @@ void Client::Handle_OP_ClickDoor(const EQApplicationPacket *app)
fmt::format(
"Door ({}) [{}]",
currentdoor->GetEntityID(),
Saylink::Silent("#door edit", "#door edit")
Saylink::Silent("#door edit")
).c_str()
);
}
-10
View File
@@ -696,11 +696,6 @@ void command_findaliases(Client *c, const Seperator *sep)
}
auto current_commmand_link = Saylink::Silent(
fmt::format(
"{}{}",
COMMAND_CHAR,
command_iter->first
),
fmt::format(
"{}{}",
COMMAND_CHAR,
@@ -720,11 +715,6 @@ void command_findaliases(Client *c, const Seperator *sep)
}
alias_link = Saylink::Silent(
fmt::format(
"{}{}",
COMMAND_CHAR,
a.first
),
fmt::format(
"{}{}",
COMMAND_CHAR,