Provided access to internal connections where needed, and added multi-line support to send_privmsg(...).
This commit is contained in:
parent
25532d145e
commit
6db71ded01
4 changed files with 17 additions and 3 deletions
|
@ -7,6 +7,6 @@
|
|||
#![feature(slicing_syntax)]
|
||||
extern crate serialize;
|
||||
|
||||
mod conn;
|
||||
pub mod conn;
|
||||
pub mod data;
|
||||
pub mod server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue