Method code for $channel_db.strip_key()

[Turn on line numbering]
arg channel;
var key;

anticipate_assignment();
return lowercase(tostr(channel)).to_symbol();

// Created 13-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon