Rez Posted October 14, 2010 Share Posted October 14, 2010 Hi all, I made a IRC script wich automatically joins the chat if you have MiRC! step 1: open the Scripts Editor (ALT+R) step 2: click on the tab REMOTE step 3: click on FILE > NEW step 4: copy paste my script below step 5: add your personall information (nickname and nickserv password) step 6: press CTRL+S step 7: close editor and restart MiRC to see the result ;########## CnCNet IRC Script ########## ;# Rez, 2010 # ;########################################### on *:START:{ ;##### SETTINGS ##### .set %cncnick NICKNAME .set %cncnickservpass NICKSERVPASSWORD .set %cncserver chat.eu.freenode.net .set %cncport +7070 .set %cncnetwork FreeNode .set %cncchannel #cncnet ;### END SETTINGS ### .server -m %cncserver %cncport } on *:NOTICE:*This nickname is registered*:?:{ if ($network == %cncnetwork) { .nick %cncnick .msg nickserv identify %cncnickservpass .join %cncchannel } } Greetz, Rez Link to comment Share on other sites More sharing options...
0 Ferret Posted October 14, 2010 Share Posted October 14, 2010 I use Visual IRC 2.0. Link to comment Share on other sites More sharing options...
0 Rez Posted October 15, 2010 Author Share Posted October 15, 2010 I updated the script a bit I dont know Visual IRC though, MiRC is the best for me Link to comment Share on other sites More sharing options...
0 Nyerguds Posted October 15, 2010 Share Posted October 15, 2010 I use Opera. It has IRC support as a standard feature. Link to comment Share on other sites More sharing options...
Question
Rez
Hi all,
I made a IRC script wich automatically joins the chat if you have MiRC!
step 1: open the Scripts Editor (ALT+R)
step 2: click on the tab REMOTE
step 3: click on FILE > NEW
step 4: copy paste my script below
step 5: add your personall information (nickname and nickserv password)
step 6: press CTRL+S
step 7: close editor and restart MiRC to see the result
Greetz,
Rez
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now