mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
Saylink cleanup.
This commit is contained in:
+2
-2
@@ -9616,7 +9616,7 @@ void Client::ShowDevToolsMenu()
|
|||||||
Chat::White,
|
Chat::White,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"Show Menu | {}",
|
"Show Menu | {}",
|
||||||
Saylink::Silent("#dev", "#dev")
|
Saylink::Silent("#dev")
|
||||||
).c_str()
|
).c_str()
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -9716,7 +9716,7 @@ void Client::ShowDevToolsMenu()
|
|||||||
).c_str()
|
).c_str()
|
||||||
);
|
);
|
||||||
|
|
||||||
auto help_link = Saylink::Silent("#help", "#help");
|
auto help_link = Saylink::Silent("#help");
|
||||||
|
|
||||||
Message(
|
Message(
|
||||||
Chat::White,
|
Chat::White,
|
||||||
|
|||||||
@@ -4265,7 +4265,7 @@ void Client::Handle_OP_ClickDoor(const EQApplicationPacket *app)
|
|||||||
fmt::format(
|
fmt::format(
|
||||||
"Door ({}) [{}]",
|
"Door ({}) [{}]",
|
||||||
currentdoor->GetEntityID(),
|
currentdoor->GetEntityID(),
|
||||||
Saylink::Silent("#door edit", "#door edit")
|
Saylink::Silent("#door edit")
|
||||||
).c_str()
|
).c_str()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -696,11 +696,6 @@ void command_findaliases(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto current_commmand_link = Saylink::Silent(
|
auto current_commmand_link = Saylink::Silent(
|
||||||
fmt::format(
|
|
||||||
"{}{}",
|
|
||||||
COMMAND_CHAR,
|
|
||||||
command_iter->first
|
|
||||||
),
|
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{}{}",
|
"{}{}",
|
||||||
COMMAND_CHAR,
|
COMMAND_CHAR,
|
||||||
@@ -720,11 +715,6 @@ void command_findaliases(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
alias_link = Saylink::Silent(
|
alias_link = Saylink::Silent(
|
||||||
fmt::format(
|
|
||||||
"{}{}",
|
|
||||||
COMMAND_CHAR,
|
|
||||||
a.first
|
|
||||||
),
|
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"{}{}",
|
"{}{}",
|
||||||
COMMAND_CHAR,
|
COMMAND_CHAR,
|
||||||
|
|||||||
Reference in New Issue
Block a user