Guest User

Untitled

a guest
Dec 11th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. def lol(protocol, connection):
  2. protocol = connection.protocol
  3. protocol.lolmode = True
  4. connection.send_chat('LOLOLOLOLOLOLO ROFL LOL MAO LOL')
  5.  
  6. def serious(protocol, connection):
  7. protocol = connection.protocol
  8. protocol.lolmode = False
  9. connection.send_chat('I R SERIOUS')
Add Comment
Please, Sign In to add comment