Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /bme {
  2. Var %x = 1, %y = $Chan(0)
  3. Var %z = #help.irc #crew.irc
  4. While (%x <= %y) {
  5. If ($Chan(%x) !isin %z) {
  6. /describe $Chan(%x) $$1-
  7. }
  8. Inc %x
  9. }
  10. }
Add Comment
Please, Sign In to add comment