Guest User

Untitled

a guest
Dec 11th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. ON *:START: {
  2.   server -m irc.synirc.net +7001 -i dmc -jn #tld
  3. }
  4.  
  5. ON *:CONNECT: {
  6.   if (synirc.net isin $server) {
  7.     /nickserv identify [password]
  8.     /join #tld-relay
  9.   }
  10. }
  11.  
  12. ;paste this into your remote script box
  13. ;make sure to turn off any auto connect options
  14. ;make sure to auth, and put your password in where it says password but remove the []
Add Comment
Please, Sign In to add comment