summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 9574dd415..9c295caad 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -2045,6 +2045,12 @@ void User::DecreasePenalty(int decrease)
this->Penalty -= decrease;
}
+void FakeUser::SetFakeServer(std::string name)
+{
+ this->nick = name;
+ this->server = nick.c_str();
+}
+
VisData::VisData()
{
}