]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - spamfilter.php
include qlines and elines in our overview list
[irc/unrealircd/unrealircd-webpanel.git] / spamfilter.php
index f282d67e58267cd49b01b7e51a3f55aadfbc4460..0c574fe66840059ae607affdcf28cba2b292a493 100644 (file)
@@ -281,7 +281,7 @@ $spamfilter = $rpc->spamfilter()->getAll();
                        echo "<td>".$sf->ban_action."</td>";
                        echo "<td>".$sf->ban_duration_string."</td>";
                        echo "<td>".$sf->reason."</td>";
-                       echo "<td>".$sf->set_by."</td>";
+                       echo "<td>".show_nick_only($sf->set_by)."</td>";
                        echo "<td>".$sf->set_at_string."</td>";
                        
                }