Added ChannelExt to prelude.

This commit is contained in:
Aaron Weiss 2017-06-25 04:47:09 -04:00
parent 30468870bf
commit bd5253016e
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -10,7 +10,7 @@ pub mod prelude {
pub use client::data::Config;
pub use client::server::{IrcServer, Server};
pub use client::server::utils::ServerExt;
pub use proto::{Capability, Command, Message, NegotiationVersion, Response};
pub use proto::{Capability, ChannelExt, Command, Message, NegotiationVersion, Response};
pub use proto::{ChannelMode, Mode, UserMode};
pub use futures::{Future, Stream};