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