phpircbot2/commands/reload.prefix.php

5 lines
143 B
PHP
Raw Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "reload" "prefix" "2"
$this -> commands -> update();
$this -> call("privmsg", $recv["origin"], "commands reloaded.");
?>