Advertisement
illpastethat

Translate from text for pari

Oct 29th, 2012
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.21 KB | None | 0 0
  1. on *:TEXT:*:#nick1:{
  2.   if ($read(english.txt,nw,$1-) != $null) {
  3.     msg $chan $read(german.txt,$readn)
  4.       }
  5.   elseif ($read(german.txt,nw,$1-) != $null) {
  6.     msg $chan $read(english.txt,$readn)
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement