diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 58da0f7b2..5e406ced2 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -22,7 +22,7 @@ time_t maxusertime; /*************************************************************************/ /*************************************************************************/ -User::User(const Anope::string &snick, const Anope::string &sident, const Anope::string &shost, const Anope::string &suid) +User::User(const Anope::string &snick, const Anope::string &sident, const Anope::string &shost, const Anope::string &suid) : modes(UserModeNameStrings) { if (snick.empty() || sident.empty() || shost.empty()) throw CoreException("Bad args passed to User::User"); |