mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 07:38:36 +00:00
Saylink cleanup.
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user