IRCClient.join

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void join(T chans, U keys)
    struct IRCClient
    public
    void
    join
    (
    T
    U
    )
    (,)
    if (
    isInputRange!T &&
    isInputRange!U
    )
  2. void join(string chan, string key)
  3. void join(Channel chan, string key)

Meta