execute function segfault fixed
This commit is contained in:
parent
cc9fdebc07
commit
c94837e9dc
2 changed files with 4 additions and 3 deletions
|
|
@ -143,7 +143,8 @@ void cmd::dispatch(::User *user, Channel *channel, Server *server, std::string &
|
|||
case 't':
|
||||
if (command_name == "topic") {
|
||||
Topic(user, channel, server, line).execute();
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'w':
|
||||
if (command_name == "whois") {
|
||||
Whois(user, channel, server, line).execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue