5 野に咲く名無し@転載禁止 (主) 2023/11/11 (土) 16:33:38.584 ID:Hr6SAUVR
if (strpos($_POST['comment'], '!stop') !== false) $stop = true;
1以外でstopを発動させた場合はsubjectに[stop]が付きます
https://git.3chan.cc/stat2/delightly-v2fork/raw/branch/main/test/bbs-main.php
// 停止済のスレッド
if ($stop) $subject = "[stop] ".$subject;