Jump to content
RenCorner Network

Nickserv Register And Login


Recommended Posts

Posted

This is for a few Newbies that forget how to Register or Login.. so i decided to Make a Nickserv Register And Login Dialog..

 

to put script in (Alt + r, then put the script in the remote tab and press ok)

 

All u have to do is put the script in.. Right click, Nickserv > Nickserv-register And U'll see from the dialog how to do stuff :P

 

menu * {  Nickserv  .NickServ-Register:/dialog -m nickserv nickserv}dialog nickserv {  title "Nickserv Register Script"  size -1 -1 500 200  option pixels  box "Register", 30, 10 10 230 160  box "Login/Logout", 31, 240 10 245 160  button "Close", 1, 400 175 100 25  button "Nickserv Register", 2, 80 136 95 25  button "Nickserv Login", 14, 280 90 95 25  button "Nickserv Logout", 15, 380 90 99 25  text "Register Password:", 3, 16 40 50 25  text "Register Email:", 4, 20 100 40 25  text "Identify Password:", 5, 250 40 50 25  text "© Copyright By dronez4 ©", 12, 10 177 200 100  text "Nickserv Script droneV.1.0", 13, 170 177 200 100  edit "", 10, 300 40 162 30  edit "", 6, 70 40 162 30  edit "", 7, 70 100 162 30}on *:dialog:nickserv:*:*: {  if ($devent == sclick) {    if ($did == 1) { dialog -x $dname }    if ($did == 2) {	  ns register $did(6) $did(7)    }    elseif ($did == 14) {	  ns id $did(10)    }    elseif ($did == 15) {    ns logout }  }}
  • Like 2
Posted

Just re-text where is say Copyright by Dronez4 to ,,Copyright by OstkDrone'' to be more cool :)

Posted

Jesus christ man, why do u feel the need to put comments like that? I put this Here to help people, U did not make it, therefore its not urs, Its 'copyright dronez4' for a reason u know?

Posted

OSTK drone sounds more cool :P

Posted

"why we need that"...

Im pretty sure you'd need that unless you indeed are a mIRC god as you wrote on your mod applications...

Good job drone!

  • Like 1
Posted

Sure mademan :P, Cheers feda

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...