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
-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,