Provided access to internal connections where needed, and added multi-line support to send_privmsg(...).

This commit is contained in:
Aaron Weiss 2014-11-03 14:12:23 -05:00
parent 25532d145e
commit 6db71ded01
4 changed files with 17 additions and 3 deletions

View file

@ -7,6 +7,6 @@
#![feature(slicing_syntax)]
extern crate serialize;
mod conn;
pub mod conn;
pub mod data;
pub mod server;