Top

E-Z Channel Manager v0.9

Please Register to submit score.
Average Score  7.0
Scores Submitted  1
Date Added  Apr 08, 2008
Last Updated  Apr 09, 2008
Tags  channel  cold  dialog  ice  manager  mirc  x 

Introduction

I created this script to help those newbies register and maintain their own channel. Of course, experienced mIRC users can use this as well. There are two tabs, the first tab allows you to register a channel. The second tab helps you manage your channel with commands that allow you to: Op/De-Op/Voice A User, Ban/Kick/Un-Ban a user, and to change the channel topic. I tried to make this dialog as user-friendly and readable as possible. If you have any suggestions/complaints please do post it here. I will be updating this script!

Grab the Code

Comments

  (7)  RSS
IceCold
Comments: 3
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 9, 2008 3:38 pm
Any suggestion/comments would be appreciated :)
^Neptune
Comments: 155
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 9, 2008 5:00 pm
Basic, works, good job!

Although make that dialog smaller lengthways :S it's way too big, there's loads of blank space
IceCold
Comments: 3
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 9, 2008 7:09 pm
Thanks for the suggestion! The dialog is updated! Anymore suggestions or comments would be appreciated :D
jonesy44
Comments: 644
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 10, 2008 8:13 am
instead of thousands of

on *:dialog .. etc

use 1 on *:DIALOG: ..
then

if ($did == X) {
..
}
^Neptune
Comments: 155
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 10, 2008 9:52 am
Still awful (no offense). I've made this, try it and tell me what you think:

Code:

dialog ChanManager {
  title "mIRC Channel Manager v0.9"
  size -1 -1 275 300
  option pixels notheme
  tab "Register a Channel", 1, 1 1 556 452
  tab "Channel Manager", 2
  text "Channel to register:", 3, 10 30 98 17, tab 1
  edit "#Channel", 4, 110 30 100 20, tab 1
  text "Password:", 5, 10 55 50 17, tab 1
  edit "", 6, 60 55 100 20, tab 1 pass
  text "Description:", 7, 10 75 100 17, tab 1
  edit "Write a short description of your channel here", 8, 10 90 256 20, tab 1
  text "** NOTE:", 9, 10 140 52 17, tab 1
  button "Register!", 10, 95 115 119 25, tab 1
  text "Channel:", 11, 10 30 100 17, tab 2
  edit "#Channel", 12, 10 50 100 20, tab 2
  box "Ban/Kick/Unban User", 13, 10 75 210 75, tab 2
  button "Kick", 14, 20 110 65 25, tab 2
  button "Ban", 15, 85 110 65 25, tab 2
  button "Unban", 16, 150 110 65 25, tab 2
  edit "Nickname ", 17, 20 90 100 20, tab 2
  box "Voice/Op/De-Op User", 19, 10 155 210 65, tab 2
  button "Voice", 20, 20 190 65 25, tab 2
  button "Op", 21, 85 190 65 25, tab 2
  button "De-Op", 22, 150 190 65 25, tab 2
  edit "Nickname", 24, 20 170 100 20, tab 2
  edit "Channel Topic Here", 26, 15 246 230 20, tab 2
  button "Make topic!", 28, 90 265 83 25, tab 2
  text "You must have a registered nick to register a channel.", 27, 10 160 260 17, tab 1
  box "Box", 18, 10 225 240 70, tab 2
}


I've also made the password box more cooler by giving it "pass" :P

***Neptune has ideas about making one of these himself
IceCold
Comments: 3
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 10, 2008 1:02 pm
@jonesy44: Thx for the comment! Ill change the script
@^Neptune: Looks nice, very compact, do you mind if I use it in the next version? :P
^Neptune
Comments: 155
 
mIRC Snippet:  E-Z Channel Manager v0.9
Posted on Apr 10, 2008 2:20 pm
That's what I made it for, silly :-)

Please Register or Login to start posting comments.
Bottom