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 69ecc9eaf..58f586e27 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -322,7 +322,7 @@ void User::Collide(NickAlias *na) if (IRCD->CanSVSNick) { - const Anope::string &guestprefix = Config->GetBlock("options")->Get<const Anope::string &>("guestnickprefix"); + const Anope::string &guestprefix = Config->GetBlock("options")->Get<const Anope::string>("guestnickprefix"); Anope::string guestnick; |