used utility method
This commit is contained in:
		@@ -146,7 +146,7 @@ class CommandManager implements CallbackListener {
 | 
				
			|||||||
	 */
 | 
						 */
 | 
				
			||||||
	public function handleChatCallback(array $callback) {
 | 
						public function handleChatCallback(array $callback) {
 | 
				
			||||||
		// Check for command
 | 
							// Check for command
 | 
				
			||||||
		if (!$callback[1][3]) {
 | 
							if (!$this->isCommandMessage($callback)) {
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user