Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Added Verification to Say
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTims committed Jan 14, 2015
1 parent 5e31898 commit ac10020
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Classes/Command/Say.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ class Say extends \Library\IRC\Command\Base {
* @var string
*/
protected $usage = 'say [#channel|username] whatever you want to say';

/**
* Verify the user before executing this command.
*
* @var bool
*/
protected $verify = true;

/**
* The number of arguments the command needs.
Expand Down

0 comments on commit ac10020

Please sign in to comment.