Added ChannelExt to prelude.
This commit is contained in:
parent
30468870bf
commit
bd5253016e
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue