Channel names can have multiple #'s in it, so using $remove would remove them all.

$mid($chan,2) is all one really needs, which does the same as your solution with $right.

Then again, maybe he didn't know that channel names can contain multiple #'s, and wants them all removed, which would mean the only good solution is, as you first suggested, $remove.


Gone.