Release/IIdentify with NickServ

XML Detected Guest 5 Views Size: 642 bytes Posted on: Aug 26, 26 @ 10:02 AM
  1. ; Automatically identify with DALnet NickServ.
  2.  
  3.  
  4. on Notice {
  5. echo $buffer some text was seen in the release handler
  6.   if ($contains($text, "If you are the nicks owner, use /msg NickServ@services.dal.net RELEASE") == true) {
  7.     msg NickServ@services.dal.net RELEASE *redacted* *redacted*
  8.     echo $buffer NickServ release sent.
  9.   }
  10. }
  11.  
  12. on Notice {
  13. echo $buffer some text was seen in the identify handler
  14.   if ($contains($text, "If this is your nick, type: /msg NickServ@services.dal.net IDENTIFY <password>") == true) {
  15.     msg NickServ@services.dal.net IDENTIFY *redacted*
  16.     echo $buffer NickServ identification sent.
  17.   }
  18. }

Raw Paste

Comments 0
Login to post a comment.
  • No comments yet. Be the first.
Login to post a comment. Login or Register
We use cookies. To comply with GDPR in the EU and the UK we have to show you these.

We use cookies and similar technologies to keep this website functional (including spam protection via Google reCAPTCHA or Cloudflare Turnstile), and — with your consent — to measure usage and show ads. See Privacy.