Top

User Control dialog

Please Register to submit score.
Average Score  9.4
Scores Submitted  5
Date Added  Sep 27, 2007
Last Updated  Jan 24, 2008
Tags  ban  control  dialog  gag  kick  mode  user 

Introduction

this is a user control dialog cpoy/paste in a new remote and right click in a the channel you want it to work on and click UserControl to open..
if you want it to use a scroll menu for the nicks instead of the dropdown menu just replace
Code:
combo  1, 15 10 45 9, drop

with
Code:
list  1, 15 10 45 9, size


Grab the Code

Comments

  (12)  RSS
Akishoot
Comments: 134
 
mIRC Snippet:  User Control dialog
Posted on Sep 27, 2007 5:27 am
Everything seems to be working here. Nice job. =) You should add a 'Refresh' button near the drop menu. If not you have to close the dialog and reopen it every time someone new joins. Aagin, nice job. =)
napa182
Comments: 743
 
mIRC Snippet:  User Control dialog
Posted on Sep 27, 2007 2:19 pm
ok i added a refresh button
Akishoot
Comments: 134
 
mIRC Snippet:  User Control dialog
Posted on Sep 27, 2007 2:59 pm
Nice. =)
Olliegod
Comments: 77
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 1:01 am
Or you could make it even better and have it automatically update whenever someone joins/leaves the channel.
napa182
Comments: 743
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 3:41 am
true added auto update on join
Olliegod
Comments: 77
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 5:26 am
You'll also want to add the following:
on part
on quit
on kick
to make sure you won't encounter any errors.
Gummo
Comments: 100
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 5:59 am
You'd then need on nick as well, to keep an updated list..
Saeed
Comments: 31
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 1:43 pm
In you on join event and future events you should include an if ($dialog(Chan)) so that you don't receive an error.
napa182
Comments: 743
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 3:26 pm
damn lazy people lmao to lazy to click the refresh button jk
napa182
Comments: 743
 
mIRC Snippet:  User Control dialog
Posted on Sep 28, 2007 7:15 pm
added auto update on nick changes
il add the rest later
Olliegod
Comments: 77
 
mIRC Snippet:  User Control dialog
Posted on Sep 29, 2007 1:53 am
In the on nick event you should check to see if the person who changed their name is on %chan9.
napa182
Comments: 743
 
mIRC Snippet:  User Control dialog
Posted on Sep 29, 2007 2:44 am
oops ok fixed

Please Register or Login to start posting comments.
Bottom