Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. on *:TEXT:!drinkingword*:*:{
  2. if ($2 == $null) {
  3. /msg $nick The drinking word is "pistachio"
  4. }
  5. else {
  6. /msg $2 The drinking word is "pistachio"
  7. }
  8. }
Add Comment
Please, Sign In to add comment