Guest User

Untitled

a guest
May 27th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. (deftype valid-comchar ()
  2. "Usable characters for irc comchars.
  3.  
  4. Most anything else in the ASCII set can't be used as they occur as part
  5. of normal conversation and an IRC bot that interferes with that is not
  6. a very friendly bot."
  7. '(member #\! #\# #\% #\) #\+ #\, #\- #\.
  8. #\@ #\\ #\] #\_ #\` #\{ #\| #\} #\~))
Add Comment
Please, Sign In to add comment