You don't need to put the channel in, as the room-id is unique to the channel the resub occurs in. IE, it won't display in any other channel than the one the room-id is tied to. But it doesn't hurt if you want to have it in there. Technically it saves a minuscule amount of CPU.

Originally Posted By: Artiiz
@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- )
    }
  }
}


twitter @keyeslol