added Request command to 'to_string' conversion
This commit is contained in:
parent
ac9a337f35
commit
21cb46e4fb
|
|
@ -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) },
|
||||
|
|
|
|||
Loading…
Reference in New Issue