4 lines
107 B
PHP
4 lines
107 B
PHP
|
<?php
|
||
|
#BOT_INCLUDE "quit" "prefix" "3"
|
||
|
$this -> call("quit", $this -> protocol -> getArgs(1, $recv));
|
||
|
?>
|