Guest User

Untitled

a guest
Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 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("Dear users, I have been having technical difficulties. We are working to fix these. Please note all of my commands are disabled (The ones you can use). Thank you!");
  6. $dh->Notice("This message should not repeat again. If it does contact Ryan88");
  7. } else {}
  8. $event->delete();
  9. }
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment