feat(cmds): now compiling + removing the const line
This commit is contained in:
parent
4531cfbb8c
commit
fd011571bc
13 changed files with 53 additions and 45 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
class cmd::userCmd : public ACommand {
|
||||
public:
|
||||
userCmd(User *user, Channel *channel, Server *server, const std::string &line) : ACommand(user, channel, server, line) {}
|
||||
userCmd(User *user, Channel *channel, Server *server, std::string &line) : ACommand(user, channel, server, line) {}
|
||||
virtual void execute();
|
||||
virtual e_code checkArgs();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue