Refactored in a way modules have access to bot infrastructure
This commit is contained in:
parent
c605b3ba93
commit
89c04254b8
25 changed files with 245 additions and 216 deletions
|
@ -11,3 +11,7 @@ Actor::Actor(const std::string& jid, const std::string& group) :
|
|||
void Actor::setGroup(const std::string& newGroup) {
|
||||
group = newGroup;
|
||||
}
|
||||
|
||||
std::string Actor::getGroup() const {
|
||||
return group;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue