Auto connect & oper & Joiner

By Weldon on Nov 02, 2012

These is a simple script that will enable you to login to your nickname, this script also will auto oper & join multiple rooms. these are all timed, you can change the time to your preference. where it says #chan1,#chan2,#chan3 is where you change the rooms. i could have done this in another approach but this is the lazy version xD.

Also i created this so it wouldnt try joining the rooms before you logged in and oper and flood you out. basically made this for people who use "ChatSpace"

on *:SNOTICE:*is registered*:{ 
  if ($network == Your Network) 
  timer0 1 1 pass YourNicknamePass
  timer1 1 5 oper YourOperName YourOperPass
  timer2 1 15 join #chan1,#chan2,#chan3
}

Comments

Sign in to comment.
Warrior1968   -  Nov 04, 2012

Yes Chatspace does use this.. as in this case your pass is the opercert
in the con fig-file, it's set with the opercert file instead of a password
so when you /oper name *
it compares the key files you load in mIRC to the cert on the server.

So you still need to auth or the opercerts wont work, and you will have no ops.. if you forget when you send your script by mistake with oper in it it wont work with out the original opercert and private file.

 Respond  
blackvenomm666   -  Nov 04, 2012

i could be mistaken @wader but i don't think you can do that with chatspace

 Respond  
Wade   -  Nov 04, 2012

i would suggest if your opering on connect, or indeed using any script to oper up, you authenticate via. SSL Certs. rather than a password. This avoids the possibility of your password being leaked if you paste the script to someone

 Respond  
blackvenomm666   -  Nov 03, 2012

it's how i have mine set up

 Respond  
Weldon   -  Nov 03, 2012

yea that does sound like a very good idea, thats basically how i like to run things is through ini or a text file

 Respond  
blackvenomm666   -  Nov 03, 2012

nice and clean Weldon looks good. Only suggestion i have for it is i think you should make it so it stores the info in a file, ini and make it so it's easily changeable and so you can add more than one server/delete servers easily without opening it and change your pw's without having to open it and add/delete channels. just a thought.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.