erc-get-channel-mode-from-keypress

erc-get-channel-mode-from-keypress is an interactive compiled Lisp function in `erc.el'.


(erc-get-channel-mode-from-keypress KEY)

Read a key sequence and call the corresponding channel mode function.
After doing C-c C-o, type in a channel mode letter.

C-g means quit.
RET lets you type more than one mode at a time.
If "l" is pressed, `erc-set-channel-limit' gets called.
If "k" is pressed, `erc-set-channel-key' gets called.
Anything else will be sent to `erc-toggle-channel-mode'.