@keyeslol

So this one should work fine then?
I've put "#yznb", because I only want it to type in that channel, since I'm connected to more than 1 in IRC.

Code:
raw USERNOTICE:*:#yznb:{
  if ($msgtags(room-id).key == [31582993]) {
    if ($2- == $null) && (resub isin $msgtags) {
      msg $1 xanHY xanPE yznSOLD (ノ◕ヮ◕)ノ ✧ ( $+ $msgtags(display-name).key $+ ) stayed on #YZNARMY for ( $+ $msgtags(msg-param-months).key $+ ) months! yznLOVE yznHYPE
    }
    else {
      msg $1 xanHY xanPE yznSOLD (ノ◕ヮ◕)ノ ✧ ( $+ $msgtags(display-name).key $+ ) stayed on #YZNARMY for ( $+ $msgtags(msg-param-months).key $+ ) months! yznLOVE yznHYPE ( Note: $2- )
    }
  }
}