mIRC Home    About    Download    Register    News    Help

Print Thread
#98087 20/09/04 07:19 PM
Joined: Jun 2004
Posts: 4
Q
qdt Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Jun 2004
Posts: 4
is there a way to control the invisible setting through a script?

i have tried the /mode $me +i and it doesn't work.

#98088 20/09/04 07:23 PM
Joined: Sep 2003
Posts: 84
T
Babel fish
Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
It could be that you have +i already but try this:

/mode $me[TAB] +i
or
/mode $me[TAB] -i

[TAB] will mean pusch tab ;-)

#98089 20/09/04 07:51 PM
Joined: Sep 2004
Posts: 129
W
Vogon poet
Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
put this in remotes

alias invisible {
if (i isin $usermode) { /echo -a You already have invisible mode ON }
else { /echo -a You have invisible mode OFF }
}


by typing /invisible you will see if you have invisible mode ON or OFF
and then thru script you can controle it by
/mode $me +i
OR
/mode $me -i

Last edited by Wragg; 20/09/04 07:58 PM.
#98090 20/09/04 07:57 PM
Joined: Dec 2003
Posts: 261
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2003
Posts: 261
The problem is in single '/'. Try this in any mirc window //mode $me +i.


velicha dusha moja Gospoda
#98091 20/09/04 08:46 PM
Joined: Jun 2004
Posts: 4
Q
qdt Offline OP
Self-satisified door
OP Offline
Self-satisified door
Q
Joined: Jun 2004
Posts: 4
hmm, when i check the $usermode it shows it correctly (i was checking the mirc.ini for the value)

seems as tho mirc doesn't update its .ini or the invisible mode checkbox in the options menu.

thanks smile

#98092 21/09/04 04:49 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Also on most ircds You can do:
//mode $me
And itll spit out what modes you already have
Edit:
Because mirc doesnt pick up my snomasks as a oper

Last edited by Armada; 21/09/04 04:49 AM.

Link Copied to Clipboard