phpircbot2/commands/stfu.prefix.php

6 lines
207 B
PHP
Raw Normal View History

2010-11-21 23:13:54 +01:00
<?php
#BOT_INCLUDE "stfu" "prefix" "0"
if($recv["level"] >= 3) $this -> call("privmsg", $recv["origin"], "aye sir!");
else $this -> call("kick", $recv["target"], $recv["nick"], "dann fang mal an!");
?>