Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. compoblast {
  2. var %i = 1
  3. var %line = COMPO:
  4. while (%i <= $nick($chan,0)) {
  5. if (; $+ $nick($chan,%i) $+ ; !isin ;joule;GIRUGAMESH;m0d;TMAnna;tumult;) {
  6. set %line %line $nick($chan,%i)
  7. }
  8. if ($len(%line) > 250) {
  9. say %line
  10. set %line COMPO:
  11. }
  12. inc %i
  13. }
  14. say %line
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement