Method code for $channel_db.strip_key()

[Turn off line numbering]
  1: arg channel;
  2: var key;
  3: 
  4: anticipate_assignment();
  5: return lowercase(tostr(channel)).to_symbol();

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

Tlon