Guest User

Untitled

a guest
Dec 11th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. alias banlist {
  2. set %chan- $did(1).seltext | set %ooo 0
  3. :start
  4. inc %ooo
  5. if ($ibl(%chan-,%ooo) == $null) { goto end }
  6. while ($ibl(%chan-,%ooo) != $null) { did -a chanman 3 $ibl(%chan-,%ooo) ~ $ibl(%chan-,%ooo).date ~ %mban | goto start }
  7. :end
  8. unset %chan- %ooo
  9. }
Add Comment
Please, Sign In to add comment