writing backwards

By NoStRuM on May 30, 2013

Bullshit but, hope you like them xDD
This is the text leaves the room upside down or private, you can enable or disable in menu

P.D: Translated in: traslate.google

on *:UNLOAD: {
  unset  %sever.la  %leo2.letr2 | unload -rs $script
}
#sever.la off
on *:signal:MODOESCRITURA: { 
  unset %sever.la
  var %n = $len( $1-)
  while ( %n != 0 ) { 
    set %leo2.letr2  $mid($1-,%n,1)  |  if ( %leo2.letr2  == $chr(32) ) { set %leo2.letr2 $chr(160) }
    set %sever.la  %sever.la $+ %leo2.letr2 
    dec %n 
  }
  msg $active %sever.la  | %frase^halt = on 
} 
#sever.la end
menu channel,query,menubar {
  escritura
  .Al reves
  .. nO: .enable #sever.la
  .. ffO: .disable #sever.la
}

Bullshit but, hope you like them xDD
This is the text leaves the room upside down or private, you can enable or disable in menu

P.D: Translated in: traslate.google

Comments

Sign in to comment.
Yawhatnever   -  Jun 11, 2013

Isn't /unload -rs $script inside an on *:unload: event redundant?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.