From 5b3f81ea78f7a8ab69ff94cbf2bbf07f5966682e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 May 2013 21:05:43 -0400 Subject: That doesn't work either, just don't use references. find ./ -name '*.cpp' -exec sed -i 's/Get/Get/g' {} \; --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') 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("guestnickprefix"); + const Anope::string &guestprefix = Config->GetBlock("options")->Get("guestnickprefix"); Anope::string guestnick; -- cgit