Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 h }
- if ($network == Oldschool-irc) { .msg nickserv identify g }
- if ($network == Rizon) { .msg nickserv identify j}
- if ($network == Jmeeting) { .msg nickerv identify k || .msg nickserv update }
- on *:notice:*identified*:*:{
- .notice $nick You are already identified.
- }
Advertisement
Add Comment
Please, Sign In to add comment