mIRC Home    About    Download    Register    News    Help

Print Thread
#112677 26/02/05 03:17 AM
Joined: Feb 2005
Posts: 10
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Feb 2005
Posts: 10
heya all!

Can u help?

1) I'm after a program that can add icons to the top of the switchbar in a mirc client/script. The idea is to have icons like kick, ban, etc... how it shud work is this: click on a nick, click on an icon, and voilla! kicked/banned or whatever the icon is programmed to do... can u please help???

2) I wud like the nicks of irc ops/cops in channel to reflect in a diff colour in the nick list (like red for instance), as well as in the main channel when they actually speak... Any ideas/solutions?

Thanks a million!

#112678 26/02/05 03:45 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
1. You would need MDX (mIRC Dialog eXtensions) in order to change the toolbar.

2.
Operators.
a. /cnick -am1 * 12 @ (This changes operators colour in nicklist.)
b. /cnick -am2 * 2 @ (This changes the colour of the operators in messages.)

Voiced.

a. /cnick -am1 * 3 + (This changes voiced users colour in nicklist.)
b. /cnick -am2 * 9 + (This changes the colour of the voiced users in messages.)

Other.
a. /cnick -anm1 * 4 (This changes anyone who's not an op/has voice colour in nicklist.)
b. /cnick -anm2 * 5 (This changes the colour of the who's not an op/has voice in messages.)

#112679 26/02/05 04:44 AM
Joined: Feb 2005
Posts: 10
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Feb 2005
Posts: 10
Thanks for your help!!

Will report back on the progress!

#112680 26/02/05 04:44 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're welcome.

#112681 26/02/05 04:47 AM
Joined: Feb 2005
Posts: 185
S
Vogon poet
Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
I used the above

/cnick -anm1 * 4 (This changes anyone who's not an op/has voice colour in nicklist.)

and there was no joy.

* Updated *4 in color list... was stated but on rejoining the channel there nicks where still the same colour

Last edited by Skeletor; 26/02/05 04:47 AM.

sub-zero.homeip.net:6667

#112682 26/02/05 04:56 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
/cnick -anm1 * 4 (This changes anyone who's not an op/has voice colour in nicklist.)
You didn't actually include the part in bold did you?

#112683 26/02/05 05:00 AM
Joined: Feb 2005
Posts: 185
S
Vogon poet
Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
No i typed in:
/cnick -anm1 * 4
Then it states
* Added Any nick to color list

But on entering a channel the IRC opers where in the colour of the normal oped users


sub-zero.homeip.net:6667

#112684 26/02/05 05:09 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Ah it's my fault I have them the wrong way round.
Hey, it's late. Nearing 05:10 GMT. grin

0 (I think is for both)
1 is for messages.
2 is for nicklist.

So

/cnick -am2 * 12 @ (Nicklist for ops)
/cnick -am1 * 12 @ (Messages for ops)

Sorry.

#112685 26/02/05 05:22 AM
Joined: Feb 2005
Posts: 185
S
Vogon poet
Offline
Vogon poet
S
Joined: Feb 2005
Posts: 185
I understand what you are saying about the Time, I an aslo looking at a GMT 05:20 clock.

Now is the above code for just users with '@' or with IRC Operator status?

My +V users already have White (0)
My +@ users already Green (3)
Std users are in Light Blue (12)

Now i just need the users with IRC operator status to be in (4)

Thankyou


sub-zero.homeip.net:6667


Link Copied to Clipboard