mIRC Home    About    Download    Register    News    Help

Print Thread
#51400 26/09/03 04:45 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
is it ANYHOW possible to bypass some variables $usermode wile online ? so if usermodes are +ixw if i can somehow set it to +aA but not for some illegal purpose, just for fooling mirc so i can debug some things ?

#51401 26/09/03 06:11 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
You cannot change what mIRC's in built identifiers return. And even if you could, the server you are on won't accept those usermodes unless you sent a MODE yournick +aA command and it replied telling you those modes had been set on your nickname. So, I don't see what debugging purposes this would be useful for

#51402 26/09/03 03:28 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
ye, i know that, i only wanted to debug for some popups that are defined for A umode to have...

tnx anyways

#51403 26/09/03 04:10 PM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
Where you have $usermode in the popups, change it to $usermodes and have a custom identifier to return those:

alias usermodes return +aA

Then test them and change it back once you're finished


Link Copied to Clipboard