Easy Kick Ban Dialouge

By sukhbira on Feb 11, 2013

This is my first dialouge. i try to easy quick kick ban change mode +RM ....
image : http://s17.postimage.org/ceqib3rjz/kick_ban.png

menu * { 
SideBar: /dialog -m bar bar
} 
dialog bar {
  title "Baaz"
  size -1 -1 149 76
  option dbu
  button "KicK", 1, 15 29 22 12
  button "NameB", 2, 42 29 22 12
  button "Ban", 3, 67 29 22 12
  box "irc", 4, 8 21 88 25
  text "Easy Kick Ban:", 5, 30 6 40 8
  box "", 6, 6 -1 9 8
  edit "Evil_Shadow", 7, 84 4 61 10, read
  button "Mute", 8, 34 58 36 19
  button "+MR", 9, 101 27 37 15
  box "", 10, 28 49 48 35
  box "", 11, 92 21 54 25
}
on 1:dialog:bar:sclick:1:{
  { kick $active $snick($active,1) 12(Inappropriate behaviour).  }
}
on 1:dialog:bar:sclick:2:{
  { mode $active +b r: $+ $$?="Enter RealName" }
}
on 1:dialog:bar:sclick:3:{
kick $active $snick($active,1) 12(Inappropriate behaviour. | mode $active +b $address($_ip:nick,2) }

on 1:dialog:bar:sclick:8:{
  { mode $active +b m: $+ $_ip:nick $+ !*@* }
}
on 1:dialog:bar:sclick:9:{
  { mode $active +R }
}

Comments

Sign in to comment.
blackvenomm666   -  Feb 12, 2013

Not bad for your first dialog it's a bit bigger than necessary and has a lot of unused space but not bad keep up the good work. I'd like to suggest using the list option in the dialog. if you used a list you could have it set so all the nicks in the channel get put into the list when it's opened then you can just click on any nick in the list and click on ban/kick or w.e but keep up the good work

sukhbira  -  Feb 12, 2013

thanx bro i make a new toolbar check dat. :) that one is cool i think :P

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.