Advertisement
Guest User

Untitled

a guest
May 16th, 2017
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. raw USERNOTICE:*:{
  2. if (($msgtags(msg-id).key == sub) && ($1 == #pugetsys)) {
  3. var %nick $iif($msgtags(display-name).key, $v1, $msgtags(login).key)
  4. msg $chan /me $1 NEW SUB!! pugetLove %nick welcome to the toast family!! All the money from this sub will go to st. judes childrens
  5. hospital!
  6. }
  7. elseif (($msgtags(msg-id).key == resub) && ($1 == #pugetsys)) {
  8. var %nick $iif($msgtags(display-name).key, $v1, $msgtags(login).key)
  9. if ($0 == 1) {
  10. msg $chan /me $1 pugetLove RESUBED!! for $msgtags(msg-param-months).key months in a row!! pugetLove
  11. }
  12. else {
  13. msg $chan /me $1 pugetLove RESUBED!! for $msgtags(msg-param-months).key months in a row!! pugetLove Left a note: $qt($2-)
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement