Guest User

Untitled

a guest
Jun 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. class plugSafe {
  3. public static function onCommandSafe(event $event, $dh = null, $nick = true, $channel = true, $args = array(1), $help = "This is displayed under !help safemode") {
  4. bot::modeRaw($channel." +m");
  5. $dh->reply('Safe Mode Initiated by %s - %s', $nick, $args[1]);
  6. $event->delete();
  7. }
  8. }
  9. ?>
Add Comment
Please, Sign In to add comment