mIRC Home    About    Download    Register    News    Help

Print Thread
#79068 12/04/04 11:48 PM
Joined: Mar 2004
Posts: 54
Z
Zed Offline OP
Babel fish
OP Offline
Babel fish
Z
Joined: Mar 2004
Posts: 54
auto-voice does not seem to work when you're only halfop on the channel. Am I missing something ?

#79069 13/04/04 12:17 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
This could be a bug I guess, definitely a feature suggestion though. +h is a popular usermode (probably mainly due to the popularity of UnrealIRCd) and so I would have thought /avoice should support users who are +h. The /aop list should not support it obviously.

For now, you could use:

on *:join:#channel:{ if ($me ishop #) && (somehost isin $fulladdress) { mode # +v $nick } }

Where 'somehost' must be changed to the hostname of the user you wish to auto-voice (or the username or nickname). For wildcard masks (such as *!*user@host) see /help iswm.

My 2 cents.

Regards,


Mentality/Chris
#79070 14/04/04 03:18 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Maybe the IRCD of the server you are on doesn't allow halfops to voice people?


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#79071 14/04/04 05:05 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
As I have always been a user of networks that do not support the %halfop mode, as far as I know, the point of halfop is to be able to voice people. Some IRCds even allow a %halfop to kick users (but not ban) and some other op actions. The network I tested on (it used UnrealIRCd) did support the %halfop ability to voice users.

[Edited out, thank you Collective <G>. Note to self, stop posting before morning coffee]

Regards,

Last edited by Mentality; 14/04/04 05:25 PM.

Mentality/Chris
#79072 14/04/04 05:19 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I think you're getting confused.

There are two kinds of mode +h, but they are easily distinguishable by mIRC.

The halfop +h is set on a channel as so:
:nick!user@host MODE #channel +h nick
The "is available for help" mode is set on a nickname:
:nick MODE nick :+h

Similarly on most networks there is a +o usermode and a +o channel mode. As a usermode it means IRCOp, and as a channel mode just a normal channel op.

The two kinds of modes are unrelated and exist entirely seperately from eachother.

#79073 14/04/04 05:26 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Thank you, I completely forgot about +v/+h/+o/etc being channel not usermodes.

* Mentality runs off for a coffee

Regards,


Mentality/Chris
#79074 19/04/04 02:57 PM
Joined: Mar 2004
Posts: 54
Z
Zed Offline OP
Babel fish
OP Offline
Babel fish
Z
Joined: Mar 2004
Posts: 54
Sorry for the delay.

This is denitively a problem with mIRC. As an halfop I'm allowed to voice, kick, ban/unban. It's just mIRC not recognizing % (halfop) as a valid op mode.
I've resolved this by using a script (much better since I can use a regular expression).

For those who want to know, this is on EpiKnet IRC network.

Thanks for your help.

#79075 19/04/04 04:19 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Not all networks give halfops the power to ban/kick or set modes etc etc - some networks set halfops to ONLY be able to voice others.

I believe mIRC was deliberately made not to allow halfops to use the autovoice feature because there may be issues with different IRCds. Who knows what the future holds though!

Regards,


Mentality/Chris

Link Copied to Clipboard