Initial import.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
#BOT_INCLUDE "floodtest" "prefix" "3"
|
||||
$max = $this -> protocol -> getArgs(1, $recv);
|
||||
$i = 0;
|
||||
while($i < $max){
|
||||
$text[] = md5(rand());
|
||||
$i++;
|
||||
}
|
||||
foreach($text as $line) $this -> call("privmsg", $recv["origin"], $line);
|
||||
?>
|
||||
Reference in New Issue
Block a user