Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /join #shinsekai
  2. /(eval-command (lookup "join") (list "#shinsekai"))
  3.  
  4. hello
  5. /(privmsg "#shinsekai" "per il bene superiore?")
  6. /(raw "PRIVMSG #shinsekai :per il bene superiore?")
  7.  
  8. /(add-handler 'on-privmsg (lambda (source target msg) ...)
  9.  
  10. /(map (lambda (x)
  11. (if (not (eq? x (me)))
  12. (kick "#qualcosa" x "vaivia.jgp")
  13. '()))
  14. (inhabitants "#qualcosa"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement