mIRC Home    About    Download    Register    News    Help

Print Thread
#113125 01/03/05 01:08 PM
Joined: Feb 2005
Posts: 194
A
Vogon poet
OP Offline
Vogon poet
A
Joined: Feb 2005
Posts: 194
Hey. Is it possible to owner yourself? I got this command from a MSN script:
Code:
 /mode $me [color:blue]+h [/color]<pass>  
Obiously, this isn't working. Is +h even an real mode? I'm pretty sure you can't owner yourself anyway without joining a room with a pass or being a Sysop. Would someone please confirm this for me.


"God sometimes puts us in the dark for us to see the light"
#113126 01/03/05 01:11 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
i saw , this command allows you to have half op
but i think the pass stuff is wrong


mess with the best
#113127 01/03/05 01:58 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hi alhammer, yes +h is a real mode it means % which is halfop.

It works the same way you'd give someone @ operator status.

/mode #Channel +h <Nick>

and also /chanserv hop #Channel add <Nick> (on some services)

But I don't believe you can make yourself an owner because if we could all do that there'll be alot of channel take-overs.

Hope this helps.

#113128 01/03/05 06:27 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
+h can also mean HELPER, and are given to opers on some networks.. so a flag can have many funktions wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#113129 01/03/05 06:36 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You're right +h can and does mean helper but that's not to say if you're a half op on $chan that you can't be helper on the the network.

You get +h for channel modes being half op, and you get +h for user modes being helper. smile

#113130 01/03/05 06:44 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
/mode $me +h <pass> <<-- give you half op..

//mode $me +h <pass> <<-- give you helper status on some networks. so not much that tell them apart wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#113131 01/03/05 06:52 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:
so not much that tell them apart


You're right again, only the first one by looking at it wont get evaulated and should say something like $me No such nickname.

You can't make yourself a helper either, they need to add you as a helper, when you "Oper" up or whatever your usermodes will then have a h in it.

I'm not sure about about the <pass> thing, never been on a network that supports half ops. But halfops I would imagine is given identifying to your nickname again you can't make yourself a halfop (%) if you don't have the required priveleges.

#113132 01/03/05 10:25 PM
Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
dpeends on the network your on
like ircx-city doesnt support +h


The Kodokan will move you, one way or another.
#113133 01/03/05 10:32 PM
Joined: Feb 2005
Posts: 194
A
Vogon poet
OP Offline
Vogon poet
A
Joined: Feb 2005
Posts: 194
Thanks everyone. I learned alot of new stuff.

And thanks ricky_knuckles, I tried it on ircx-city and it didn't work. So now I know why.


"God sometimes puts us in the dark for us to see the light"
#113134 01/03/05 10:32 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
As I stated earlier, I've never been on a network that supports half ops, so I really would be clueless. smile

#113135 02/03/05 02:40 AM
Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
Quote:
/mode $me +h <pass> <<-- give you half op..

//mode $me +h <pass> <<-- give you helper status on some networks. so not much that tell them apart wink


Nope difference is:
/mode $me +h <pass>
will result: $me No such channel

Since halfop is Channel mode the syntax is
/mode #channel +/-h <nick>

And helper is User mode the syntax is
/mode nick +h


echo -a $signature

Link Copied to Clipboard