I was looking to adapt this code to be used with hash tables but I cannot get the $crlf to make a new table entry. Here is what I have:
Code:
raw 353:& & #channame *:{
  /hadd -s inroom $replace($4-,$chr(32),$crlf)
}

Outcome:
Code:
BotNick

Nick1Nick2Nick3.....

Maybe there is a better way to add everyone in the room to a hash table, I was trying to write to a file then load the file into the hash table but was wondering if there was a cleaner way to do this?