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

@@ -71,6 +71,7 @@ public:
void ejectUserfromivited(std::string nickname);
std::string getOperatorNickname(int fd) const;
void removeOperator(const std::string& operatorName );
void setPass(const std::string &Newpass)
{
@@ -85,4 +86,5 @@ public:
#endif