Advertisement
Guest User

method1

a guest
Oct 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. if (messages == !gimmechoicenigga) {
  2. socket.emit('message', {
  3. msg:"incompetent nigger", nickto:'0', uidto:0, colorsht: colorshout, font: fontype, size: fontsize, bold: fontbold, type: 'shout'
  4. });
  5. if (messages == "1") {
  6. socket.emit('message', {
  7. msg:"u said 1 nigga", nickto:'0', uidto:0, colorsht: colorshout, font: fontype, size: fontsize, bold: fontbold, type: 'shout'
  8. });
  9. }
  10. else if (messages == "2") {
  11. socket.emit('message', {
  12. msg:"u said 2 nigga", nickto:'0', uidto:0, colorsht: colorshout, font: fontype, size: fontsize, bold: fontbold, type: 'shout'
  13. });
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement