mirror of
https://gitlab.com/ceda_ei/Zeeth-Naaw-Bot
synced 2025-03-12 16:26:52 +01:00
Change format of pin message
This commit is contained in:
parent
00ee8faec1
commit
ee5b5a6ee9
@ -106,7 +106,7 @@ function chain_to_string($chain) {
|
||||
for ($i = count($chain) - 1; $i >= 0 ; $i--) {
|
||||
$string .= $chain[$i]['username'];
|
||||
if ($i != 0) {
|
||||
$string .= " → ";
|
||||
$string .= "\n";
|
||||
}
|
||||
}
|
||||
return $string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user