Skip to content
Buzzen Chat Network

Need Help In Aop Decode

A TG007 community discussion started by TOP_die.

Discussion 10 posts
Page 1 of 1
Open
Topic #14140 · 10 published posts · 2,581 views

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:

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 Mar 8, 2010 4:36 AM by Fanfare

not working i test this tow things not working :notworking:

 

 

plz my friends give me some help

Do you have an alias called buzz.decode in your script?

in the aliases section in script no but i have some alias in remotes with codes :taz::oops:

Edited Mar 9, 2010 10:44 PM by TOP_die

You have to have an alias named buzz_decode that decodes nicknames for it to work how you want it.

 

Are you using a connection?

I Using Moschino 1.6 :wallbash::D:rolleyes:

Edited Mar 10, 2010 10:27 AM by TOP_die

$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)

thanks bro it's working good :lolwave::fixed::lmaojump:

thanks bro it's working good :lolwave::fixed::lmaojump:
I believe
$utfdecode($utfencode($nick))

should work the same.

Edited Mar 11, 2010 8:05 PM by Fanfare