Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
부결에 따른 임시조치 해제시 명령권자를 봇으로 함
Browse files Browse the repository at this point in the history
버그 #46 을 수정합니다.
  • Loading branch information
lens0021 committed Oct 27, 2018
1 parent a62e7e9 commit df16480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Sanction.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public function execute() {
$this->justTakeMeasure();
elseif ( !$passed && $emergency ) {
$reason = '[[주제:'.$this->mTopic->getAlphadecimal().'|제재안]] 부결에 따른 임시 조치 해제';
$this->removeTemporaryMeasure( $reason );
$this->removeTemporaryMeasure( $reason, $this->getBot() );
}
else if ( $passed && $emergency )
$this->replaceTemporaryMeasure();
Expand Down

0 comments on commit df16480

Please sign in to comment.