Initial import.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
#BOT_INCLUDE "phpdump" "global" "9"
|
||||
$r = $this -> eval_php($this -> protocol -> getArgs(1, $recv));
|
||||
if(trim($r) != ""){
|
||||
$lines = explode("\n", $r);
|
||||
foreach($lines as $line) $this -> call("privmsg", $recv["origin"], $line);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user