phpircbot2/commands/reload.prefix.php

5 lines
143 B
PHP

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