Channel / Nick Moderation Dialog
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.8 |
| Scores Submitted | 5 |
| Date Added | May 06, 2007 |
| Last Updated | Jun 24, 2007 |
| Tags | alias ban channel dialog kick modes nick popup silence warn |
|
|
Introduction
Update 1: All the boxes that information is entered into is removed and the variable is unset after the button is pushed that does the action ( Ex: setting the channel's key , user limit or flood protection ).
Update 2: There is now a drop down list on the NickMod tab that has all the nicks from the channel the dialog is opened in in it. All you have to do is click the nick in the drop down menu and choose what moderating you wish to do to them.
Update 3: The dialog will now work on the active channel. This way you will not have to close and reopen to go to another channel. Also there is a refresh button so that you can refresh the drop down menu on the Nick Mod Tab to change to the active channel.
*Help on this dialog was provided by Corwin and Ralfy*
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 7, 2007 3:16 pm
Posted on May 7, 2007 3:16 pm
Nifty, good work :]
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 7, 2007 4:03 pm
Posted on May 7, 2007 4:03 pm
Thanks.
Update: Changed the width of the reason boxes on the Warnkickban dialog. I also made the ban on that dialog address based instead of nick. It will ban the nick's address instead of thier nick ( type their nick the the nick box still )
Update: Changed the width of the reason boxes on the Warnkickban dialog. I also made the ban on that dialog address based instead of nick. It will ban the nick's address instead of thier nick ( type their nick the the nick box still )
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 8, 2007 4:07 am
Posted on May 8, 2007 4:07 am
Updated 2: On the Channel Moderation one there is now the Mass + / Mass - butons. They can be used to add or remove multiple channel modes from a channel at once.
Update 3: Now any place you enter information has unlimited text space.
Update 3: Now any place you enter information has unlimited text space.
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 8, 2007 12:34 pm
Posted on May 8, 2007 12:34 pm
If you dont SET a variable, you wont need to "did -r $dname id" on the init event.
Instead do a check if the modes are already set or not, if theyre set, disable the button that handles it.
IMO!
Instead do a check if the modes are already set or not, if theyre set, disable the button that handles it.
IMO!
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 9, 2007 12:33 am
Posted on May 9, 2007 12:33 am
I'm just wondering if its any easier to use something like:
etc.
| Code: |
| on *:DIALOG:NickModeration:sclick:*:{ if ($did == 202) { mode %channel4 +v %nick } if ($did == 203) { mode %channel4 -v %nick } |
etc.
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 13, 2007 7:40 pm
Posted on May 13, 2007 7:40 pm
Lindrian - I left some variable as set as they need the information inserted do to the fuction of the operation.
Meliorite - The reason I left it as it is instead of one all encompassing on statement is to make is easy for others ( and myself ^_^ ) to find and alter one easily.
Meliorite - The reason I left it as it is instead of one all encompassing on statement is to make is easy for others ( and myself ^_^ ) to find and alter one easily.
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 17, 2007 6:50 pm
Posted on May 17, 2007 6:50 pm
Update 1: All the boxes that information is entered into is removed and the variable is unset after the button is pushed that does the action ( Ex: setting the channel's key , user limit or flood protection ).
Update 2: There is now a drop down list on the NickMod tab that has all the nicks from the channel the dialog is opened in in it. All you have to do is click the nick in the drop down menu and choose what moderating you wish to do to them
Update 2: There is now a drop down list on the NickMod tab that has all the nicks from the channel the dialog is opened in in it. All you have to do is click the nick in the drop down menu and choose what moderating you wish to do to them
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 19, 2007 7:16 am
Posted on May 19, 2007 7:16 am
I am new here and I am telling you that this i a thing of beauty and I wish I had thought of it I have a few scripts I just am not quite sure I wanna put them on here just yet!?!?! But I am starting to lean that way <=')->-< but hey I am just the dunce cap and burn out cuz no one is left up this time of the morning.
Lates and Great Job Scakk and I love that devil I need it!!!!!
Lates and Great Job Scakk and I love that devil I need it!!!!!
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on Jun 24, 2007 11:59 am
Posted on Jun 24, 2007 11:59 am
Update 3: The dialog will now work on the active channel. This way you will not have to close and reopen to go to another channel. Also there is a refresh button so that you can refresh the drop down menu on the Nick Mod Tab to change to the active channel.
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on Sep 26, 2007 2:02 pm
Posted on Sep 26, 2007 2:02 pm
i like this a lot but i have some suggestions:
*With nick moderation, i would disable every button until you input/select a nick and if u input then erase, disable em again
*same with like inivte, only enable the invite button if they type in a nick and channel, and if they erase it, disable it
*With nick moderation, i would disable every button until you input/select a nick and if u input then erase, disable em again
*same with like inivte, only enable the invite button if they type in a nick and channel, and if they erase it, disable it
mIRC Snippet:
Channel / Nick Moderation Dialog
Posted on May 28, 2008 3:03 am
Posted on May 28, 2008 3:03 am
Great work again Scakk, I'm looking forward to the remake!
With the invite, if nick is already in the channel, it echoes it back to the status window, but could you make it add a line to the dialog "Cannot invite, nick is already in that channel" ??
In the nick-list, could you add in access levels next to the nicks?
Hopefully, you'll put this in your update!
Edit: And silenced timers == great!
With the invite, if nick is already in the channel, it echoes it back to the status window, but could you make it add a line to the dialog "Cannot invite, nick is already in that channel" ??
In the nick-list, could you add in access levels next to the nicks?
Hopefully, you'll put this in your update!
Edit: And silenced timers == great!







