Jump to content

Need Help In Aop Decode


TOP_die

Recommended Posts

my aop did not decode the nicks

 

global q unhalted

on *:join:#:{

if ($nick != $me) && (!$readini(data\gaop.ini,ghalted,#)) && ($nick($chan,$me,' .)) && ($readini(data\gaop.ini,global,$ial($nick).addr) != $null) {

/msg # 4G12l4O12b4a12L4 8+Q $buzz.decode($$1) 12F4o12U4n12D4 12A4s $+ 12 $readini(data\gaop.ini,global,$ial($nick).addr) $+ 4««+q For 8+q4 !join 12To 4Join 12Room»»

mode # +qv $nick

.timeraop 1 2 doaop GO $gettok($readini(data\gaop.ini,global,$ial($nick).addr),2,32) $!chr(37) $!+

$right($chan,-1) $iif($me isowner #,+q) $nick

 

not wrking and not +q some in aop list

 

if i add $ nick $ working but not decode the nicks

 

 

thnx :notworking:

Link to comment
Share on other sites

I don't see why a custom alias for decoding is needed. mIRC already has the ability to encode and decode utf8 text. (though not fully) There are two identifiers you can check out: $utfdecode() and $utfencode()

Edited by Fanfare
Link to comment
Share on other sites

Guest Travis

$buzz.decode($$1)

 

The problem is $$1 is used in a popup nicklist to say what the nickname is. In a join event, use $nick.

 

$buzz.decode($nick)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...