part cmd
This commit is contained in:
@@ -160,4 +160,6 @@ void Server::parseCommand(int fd, std::string line)
|
||||
cmd_join(fd, ss);
|
||||
else if (command == "PRIVMSG")
|
||||
cmd_privmsg(fd, ss);
|
||||
else if (command == "PART")
|
||||
cmd_part(fd, ss);
|
||||
}
|
||||
Reference in New Issue
Block a user