Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ($chan.name == "#Zeus") {
  2. %lines = $file.readLines($file.localdir(greetings.txt));
  3. foreach (%name, %lines) {if ($0 == %name) return;}
  4.  
  5. if (%ZeusGreeting{$0} < $($date(s) - 3600))
  6. {
  7. /timer -s (%ZeusGreeting, 5000)
  8. msg #Zeus Welcome to Zeus $0!;
  9. %ZeusGreeting{$0} = $date(s);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement