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
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 |
mIRC Snippet:
User Control dialog
Posted on Sep 27, 2007 5:27 am
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. =)
mIRC Snippet:
User Control dialog
Posted on Sep 27, 2007 2:19 pm
Posted on Sep 27, 2007 2:19 pm
ok i added a refresh button
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 1:01 am
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.
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 3:41 am
Posted on Sep 28, 2007 3:41 am
true added auto update on join
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 5:26 am
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.
on part
on quit
on kick
to make sure you won't encounter any errors.
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 5:59 am
Posted on Sep 28, 2007 5:59 am
You'd then need on nick as well, to keep an updated list..
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 1:43 pm
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.
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 3:26 pm
Posted on Sep 28, 2007 3:26 pm
damn lazy people lmao to lazy to click the refresh button jk
mIRC Snippet:
User Control dialog
Posted on Sep 28, 2007 7:15 pm
Posted on Sep 28, 2007 7:15 pm
added auto update on nick changes
il add the rest later
il add the rest later
mIRC Snippet:
User Control dialog
Posted on Sep 29, 2007 1:53 am
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.
mIRC Snippet:
User Control dialog
Posted on Sep 29, 2007 2:44 am
Posted on Sep 29, 2007 2:44 am
oops ok fixed








