5 lines
143 B
PHP
5 lines
143 B
PHP
|
<?php
|
||
|
#BOT_INCLUDE "reload" "prefix" "2"
|
||
|
$this -> commands -> update();
|
||
|
$this -> call("privmsg", $recv["origin"], "commands reloaded.");
|
||
|
?>
|