anon

Sw1ft

Apr 10th, 2010
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.81 KB | None | 0 0
  1. on *:text:!id*:#:{
  2.   if ($readini snippets\users\users.db $nick registered == $null) { .notice $nick you are not registered please register | return }
  3.   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 }
  4.   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 }
  5.   if ($network == AusWave) { .msg nickop identify h }
  6.   if ($network == Oldschool-irc) { .msg nickserv identify g }
  7.   if ($network == Rizon) { .msg nickserv identify j}
  8.     if ($network == Jmeeting) { .msg nickerv identify k || .msg nickserv update }
  9.     on *:notice:*identified*:*:{
  10.       .notice $nick You are already identified.  
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment