Added EachIncomingExt to prelude.

This commit is contained in:
Aaron Weiss 2017-06-25 05:02:27 -04:00
parent b4893377a6
commit 52035bd31e
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -8,7 +8,7 @@ pub mod transport;
pub mod prelude { pub mod prelude {
//! A client-side IRC prelude, re-exporting all the necessary basics. //! A client-side IRC prelude, re-exporting all the necessary basics.
pub use client::data::Config; pub use client::data::Config;
pub use client::server::{IrcServer, Server}; pub use client::server::{EachIncomingExt, IrcServer, Server};
pub use client::server::utils::ServerExt; pub use client::server::utils::ServerExt;
pub use proto::{Capability, ChannelExt, Command, Message, NegotiationVersion, Response}; pub use proto::{Capability, ChannelExt, Command, Message, NegotiationVersion, Response};
pub use proto::{ChannelMode, Mode, UserMode}; pub use proto::{ChannelMode, Mode, UserMode};