Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:*:#nick1:{
- if ($read(english.txt,nw,$1-) != $null) {
- msg $chan $read(german.txt,$readn)
- }
- elseif ($read(german.txt,nw,$1-) != $null) {
- msg $chan $read(english.txt,$readn)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement