Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. class plugnotice {
  3. public static function onJoin(event $event, $nick = true, $dh = null) {
  4. if($nick == "Ryan88Bot") {
  5. $dh->reply("Great news! There doesn't seem to be anything wrong! Plugins have been turned *on*");
  6.  
  7. } else {}
  8. $event->delete();
  9. }
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment