This commit is contained in:
.[d]. 2021-02-21 11:00:06 -06:00
parent 84525a46de
commit 9b114e3499

View File

@ -47,6 +47,7 @@ fn process_msg(sender: &Sender, message: Message) -> error::Result<()> {
Command::PRIVMSG(ref target, ref msg) => {
//let string_list = vec!["?".to_string(), "roobot".to_string()];
//let joined = string_list.join("");
// test
for bothelpcmd in &bothelpcmds
{
if msg.contains(bothelpcmd)