Synopsis:
   window bind <channel>

Description:
   This binds the specified channel to the client's current window.  This
   means that all channel traffic for that channel will now be dumped to
   this window.  This is useful if you join a channel in one window, but
   then wish to put it in another window.

   BIND does not require that client client already be on the channel to
   be bound, and it will not join the channel if it is not already on it.
   Use WINDOW CHANNEL to join the channel.  Also note that leaving the
   channel does not unbind it from the window; WINDOW UNBIND must be used.

See Also:
   window(4) channel, unbind