|
|
@ -34,7 +34,7 @@ impl Parse for CommandSetRoom {
|
|
|
|
Self::Description(_) => {
|
|
|
|
Self::Description(_) => {
|
|
|
|
let (command, args) = CommandSetRoomDescription::parse(s)?;
|
|
|
|
let (command, args) = CommandSetRoomDescription::parse(s)?;
|
|
|
|
Ok((Self::Description(command), args))
|
|
|
|
Ok((Self::Description(command), args))
|
|
|
|
},
|
|
|
|
}
|
|
|
|
Self::Default => Err(ParserError::Default),
|
|
|
|
Self::Default => Err(ParserError::Default),
|
|
|
|
_ => Ok((self.clone(), s)),
|
|
|
|
_ => Ok((self.clone(), s)),
|
|
|
|
}
|
|
|
|
}
|
|
|
|