added Request command to 'to_string' conversion

This commit is contained in:
Mitch161 2020-07-20 19:40:54 +01:00
parent ac9a337f35
commit 21cb46e4fb
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ impl ToString for Commands {
let mut out_string = String::new();
let (command, parameters) = match self {
Commands::Request(arguments) => { ("!request:", arguments) },
Commands::Info(arguments) => { ("!info:", arguments) },
Commands::Connect(arguments) => { ("!connect:", arguments) },
Commands::Disconnect(arguments) => { ("!disconnect:", arguments) },