mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
I've upgraded to 7.15 and put .HalfOp:/mode # +hhh $$1 $2 $3 this in my popups which worked on 7.10 an now it doesn't. What can i use to give halfops.

Thanks

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Do you have Ops (+o) on that channel or IRCops on the network when issuing that command?
If not, then the reason you can't do it now is due to a more restrictive checking as to who does and does not have authority to set those modes.

If I recall correctly, and I can't find the actual post on this right now, simply put you have to set a channel user mode you have to have the next level or higher. Eg: To set Half-ops you have to have Ops or higher. To set Voice you have to have Half-Ops or higher.

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
Yes i do have op's also none of my controls work.In the status window it says unknown command

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
It should say something before "unknown command", for instance "EXAMPLE Unknown command".
In that case the issued command is "example".

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
it says the channel in front of unknown command

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Then somewhere in your script, you're trying to use a command called /channel, which isn't valid. Try a search for "channel" without quotes and see what you find.


Invision Support
#Invision on irc.irchighway.net
Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
It says #master-chat unknown command and in my popups there is no #channel listed like #master-chat, there is the # sign used

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Are you sure the code is correct in your popups section?

You're sending the channel name as a command, instead of 'mode'.
.HalfOp: # +hhh $$1 $2 $3
That duplicates your behaviour. I cannot reproduce your initial error with the code you pasted.

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
Control
.Ignore:/ignore $$1 1
.Unignore:/ignore -r $$1 1
.Op:/mode # +ooo $$1 $2 $3
.Deop:/mode # -ooo $$1 $2 $3
.HalfOp:/mode # +hhh $$1 $2 $3
.DeHalfOp:/mode # -hhh $$1 $2 $3
.Voice:/mode # +vvv $$1 $2 $3
.Devoice:/mode # -vvv $$1 $2 $3
.Kick:/kick # $$1
.Kick (why):/kick # $$1 $$?="Reason:"
.Ban:/ban $$1 2
.Ban, Kick:/ban $$1 2 | /timer 1 3 /kick # $$1

this is my popup an none work

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
If you paste this line into mIRC, what does it return?

//echo -a $os $version $beta $md5($mircexe,2) $file($mircexe).sig $script(0) $dll(0) $com(0) $isalias(mode) $isalias(ignore)

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
where should i paste it

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
In the box where you normally type to send a message. Please note that some of the items might return $null so they won't display, so don't worry if the number of items returned doesn't match the number of items requested in that line.

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
Vista 7.15 06c7efde71fd9bec2d5e08e2e37a466f ok 3 0 0 $true $false

thats what it said

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Ok, it seems like you've added a remote script or alias that has hijacked the /mode command.
Search all 3 script files (Alt+R and the View menu there) for "alias mode" and you Aliases tab for anything starting with /mode

Joined: Oct 2007
Posts: 51
J
JH1354 Offline OP
Babel fish
OP Offline
Babel fish
J
Joined: Oct 2007
Posts: 51
Thanks for helping but i decided to red/l an its ok now.


Link Copied to Clipboard