"Untitled" By anon (https://pastebin.com/u/anon) URL: https://pastebin.com/QkjjbLMi Created on: Friday 26th of March 2010 12:12:15 AM CDT Retrieved on: Friday 30 of October 2020 10:36:34 AM UTC on *:text:!id*:#:{ if ($readini snippets\users\users.db $nick registered == $null) { .notice $nick you are not registered please register. | return } if ($readini snippets\users\users.db $nick level < 300) { .notice $nick Access Denied your access level is less than level required to use this command. | return } If ($readini snippets\users\users.db $nick id == $null) { .notice $nick You have not identified or logged in to use this command, Please login first | return } if ($network == AusWave ) { .msg nickop identify pass } if ($network == Oldschool-irc) { .msg nickserv identify pass } if ($network == Life-Via-IRC) { .msg nickserv identify pass } if ($network == Jmeeting) { .msg nickerv identify pass } on *:notice:*accepted*:*:{ if ($network == AusWave) { .notice $nick Successfully Identified to NickOP } if ($network == OldSchool-irc) { .notice $nick Successfully Identified to NickServ } if ($network == Life-Via-IRC) { .notice $nick Successfully Identified to NickServ } if ($network == Jmeeting) { .notice $nick Successfully Identified to NickServ } } on *:notice:*incorrect*:*:{ if ($network == AusWave) { .notice $nick Identification to NickOP failed. } if ($network == OldSchool-irc) { .notice $nick Identification to NickServ failed. } if ($network == Life-Via-IRC) { .notice $nick Identification to NickServ failed. } if ($network == Jmeeting) { .notice $nick Identification to NickServ failed. } } }