X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/c17704e4afb24acaa2983f8bc8d3b4094e6f6522..c1ce40a295bda30d75ceed0ad5145eb576820650:/spamfilter.php diff --git a/spamfilter.php b/spamfilter.php index f282d67..0c574fe 100644 --- a/spamfilter.php +++ b/spamfilter.php @@ -281,7 +281,7 @@ $spamfilter = $rpc->spamfilter()->getAll(); echo "".$sf->ban_action.""; echo "".$sf->ban_duration_string.""; echo "".$sf->reason.""; - echo "".$sf->set_by.""; + echo "".show_nick_only($sf->set_by).""; echo "".$sf->set_at_string.""; }