trying to add a bot command, almost done

This commit is contained in:
Mmokane
2024-04-24 02:35:31 +01:00
parent 4881feb89b
commit 44f880a285
5 changed files with 59 additions and 9 deletions

View File

@@ -184,4 +184,6 @@ void Channel::removeOperator(const std::string& operatorName )
return; // Exit the function after removing the operator
}
}
}
}