Advertisement
Guest User

Untitled

a guest
May 6th, 2015
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ON !*:join:#:{
  2. if ($nick != kassquatch && $readini(points.ini, n, $+(#,.,$nick), Points) > 0) {
  3. $+(.timerpoints.,#,.,$nick) 0 600 add.pts $+(#,.,$nick)
  4. add.pts $+(#,.,$nick)
  5. if ((%floodjoin) || ($($+(%,floodjoin.,$nick),2))) { return }
  6. set -u10 %floodjoin On
  7. set -u30 %floodjoin. $+ $nick On
  8. msg $chan /ME Welcomes $nick back to the stream.
  9. }
  10. elseif ($nick != kassquatch) {
  11. $+(.timerpoints.,#,.,$nick) 0 600 add.pts $+(#,.,$nick)
  12. add.pts $+(#,.,$nick)
  13. if ((%floodjoin) || ($($+(%,floodjoin.,$nick),2))) { return }
  14. set -u10 %floodjoin On
  15. set -u30 %floodjoin. $+ $nick On
  16. msg $chan /ME Welcomes $nick to the stream. Feel free to chat or lurk around! Just remember, to win give-a-ways, you have to be a follower! Type !commands for a list of commands!.
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement