diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -14,13 +14,7 @@ use irc::proto::Command::PRIVMSG; use irc::error::Error as IrcError; use plugin::Plugin; - -#[derive(Clone, Debug)] -pub struct PluginCommand { - source: String, - target: String, - tokens: Vec<String>, -} +use plugin::PluginCommand; pub fn run() { let server = IrcServer::new("config.toml").unwrap(); |
