Hello,

I still use the Room ID method that @keyeslol has made back awhile ago

Code:
on *:TEXT:*:#: {
  if ($nick == $me) {
  msg # Room ID: $msgtags(room-id).key
  }
}


Does this help at all?