Tuesday, May 15, 2007

Coded conversation

U can make coded conversation with users that use this code in thei remote:


alias code { set %coder $replace($encode($1-,m),4,×,9,¾,8,½,6,¼,=,ç,3,»,1,®,2,¤,5,û,7,ô,0,ù) /say !code %coder}On *:text:*:*:{ if ($1 = !code) { .set %lovelyx $replace($2-,×,4,¾,9,½,8,¼,6,ç,=,»,3,®,1,¤,2,û,5,ô,7,ù,0) .set %lonelyx $decode(%lovelyx,m) .timer 1 1 //echo -a $timestamp 15<4@1 $+ $nick $+ 15> 2Says: 02 %lonelyx }}alias chrs { var %s = 1,%t while (%s <= $len($1-)) { %t = %t $+($,chr( $+ $asc($mid($1-,%s,1)) $+ )) inc %s } return $chr(36) $+ $chr(43) $replace(%t,$chr(32),$chr(32) $+ $chr(36) $+ $chr(43) $+ $chr(32)) }}

No comments: