Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ON *:TEXT:*3rd*:*: {
  2. ON *:TEXT:*->*:*: {
  3. if ($nick == Nickname) {
  4. %value = $mid($1-, $calc($pos($1-, 3rd, 1) + 14), $calc($pos($1-, Second, $pos($1-, Second, 0)) - $pos($1-, 3rd, 1) - 23))
  5. }
  6. }
  7. if($nick == Nickname) {
  8. msg $chan $mid($1-, $calc($pos($1-, ->, 1) + 6), $calc($pos($1-, <-, $pos($1-, <-, 0)) - $pos($1-, ->, 1) - 9))
  9. msg $chan %value
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement