Advertisement
Guest User

mIRC AutoJoin Script for 128bit.me

a guest
May 19th, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. on *:START: {
  2.   /server terra.starfusion.org
  3. }
  4.  
  5. on *:CONNECT: {
  6.   if ($network == StarFusion) {
  7.     /nick youralias
  8.     .msg Nickserv GHOST yournick password
  9.     /nick yournick
  10.     .msg NickServ IDENTIFY password
  11.     ; Put any channels you'd like to join under this line.
  12.     /join #128bitme
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement