summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:50:21 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:50:21 +0000
commit1662f21eedf91c49ac97333f72f494c36895803e (patch)
treefbd7c628a238dbc987fd55939bf218c622c0a499 /src/users.cpp
parentdb7cc57f444a82df65f47b4f7058560e645e35cf (diff)
Remove now-unused quitmsg/operquitmsg fields from User
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11637 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 35aa2cd30..dfff7f034 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1926,16 +1926,6 @@ void User::HandleEvent(EventType et, int errornum)
}
}
-void User::SetOperQuit(const std::string &oquit)
-{
- operquitmsg = oquit;
-}
-
-const std::string& User::GetOperQuit()
-{
- return operquitmsg;
-}
-
void User::IncreasePenalty(int increase)
{
this->Penalty += increase;