Guest User

Untitled

a guest
May 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.39 KB | None | 0 0
  1. raw 477:* need a registered nickname *: ./tlogin
  2. CTCP 1:version: if $nick == AustNet ./tlogin
  3. on *:notice:You do not have access *:*: /tlogin
  4. on *:notice:You have not identified yourself to NickOP:*: /tlogin
  5. raw 477:* need a registered nickname *:{
  6.   /timer2 1 5 ./login
  7.   /timer 1 15 ./join $2
  8. }
  9. alias tlogin {
  10.   ./timer999999 1 5 ./login
  11. }
  12. alias login {
  13.   ./identify <yourpass>
  14. }
Add Comment
Please, Sign In to add comment