Register Dialog

By nutty on Oct 25, 2013

Register Dialog
enjoy

dialog chancom {
  title "Register Dialog"
  option dbu
  size -1 -1 108 50
  Text "Phoenix Chat",1, 5 5 120 40
  button "Register Nick",2, 2 15 51 10, 
  button "Identify Nick", 3, 2 27 51 10, 
  button "Change Nick", 4, 2 39 51 10, 
  button "Set New Pass", 6, 55 15 51 10,
  button "Drop Nick", 7, 55 27 51 10
  button "PLEASE READ", 8, 55 39 51 10
}
on *:DIALOG:chancom:sclick:*: {
  if ($did == 5) {
    set %setup.channel.selected $did($dname,5,$did(5).sel)
    did -i $dname 36 %setup.channel.selected
  }

  if ($did == 2) { /echo -a Register a nick. | /msg nickserv register $$?="Password" $$?="Email Address"
  }
  if ($did == 3) { /echo -a Identify Nick. | /msg nickserv identify $$?="Password"   }
  if ($did == 4) { /nick $$?="Nick"  } 
  if ($did == 6) { /echo -a Change Pass. | /msg nickserv set password $$?="Password"   }

  if ($did == 7) { /echo -a To drop your nick you must be identified. | /msg nickserv drop }
  if ($did == 8) {  /run Notepad.exe  Notepad.txt   }

}

Comments

Sign in to comment.
xkhurramx   -  Dec 13, 2013

am getting this msg

Error! "/msg NickServ" is no longer supported. Use "/msg NickServ@services.dal.net" or "/NickServ" instead.

so i removed the /msg and its working fine

nutty  -  Dec 25, 2013

if the server you are on does not support NickServ you have to take NickServ out to make it work .. this was made with unreal program

rebel9  -  Dec 27, 2013

thats not unreal, unreal is an ircd daemon, you mean the services which are anope in this particular situation, also works with 1 other i believe.

nutty  -  Feb 23, 2014

nah i didn't mean that Rebel9 ..... what it is on the site i come from we use to run unreal program that supported /nickServ command, along with the anope. This is the Reason why i commented above ...if the server you are on does not support /NickServ you have to take NickServ out to make it work . Sorry i did not make it more clear... but all good :) I always appreciate everyones comments on things. Love to always have feedback.

Sign in to comment

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.