Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryan committed Oct 27, 2019
1 parent 1435e7a commit d7ec070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Config
{
public:
std::map <std::string, std::string> conf;
std::string version = "Zeus-5.0.1";
std::string version = "Zeus-5.0.2";
std::string file = "zeus.conf";

void Cargar ();
Expand Down
1 change: 1 addition & 0 deletions src/User.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,5 @@ void LocalUser::Exit() {
miRCOps.erase(mNickName);
Server::Send("QUIT " + mNickName);
Mainframe::instance()->removeLocalUser(mNickName);
quit = true;
}

0 comments on commit d7ec070

Please sign in to comment.