First way to publish
This commit is contained in:
parent
0be7fe9bff
commit
647b8f3072
17 changed files with 240 additions and 21 deletions
|
@ -26,7 +26,6 @@ protected:
|
|||
public:
|
||||
virtual ~Module() noexcept;
|
||||
|
||||
static Shared::Strings split(const std::string& string, const std::string& delimiter = " ");
|
||||
static std::string lower(const std::string& text);
|
||||
|
||||
virtual Shared::Result message(const std::shared_ptr<::Actor>& actor, const Shared::Strings& args) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue