From 3ce33ee0e6bc0b8fbe2a564a37e02d2e56510b06 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 16 May 2013 16:01:51 +0200 Subject: Change the signature of User::ForceNickChange() to accept const std::string& instead of const char* --- src/xline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index ff86997bb..d347e3763 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -642,7 +642,7 @@ bool QLine::Matches(User *u) void QLine::Apply(User* u) { /* Force to uuid on apply of qline, no need to disconnect any more :) */ - u->ForceNickChange(u->uuid.c_str()); + u->ForceNickChange(u->uuid); } -- cgit v1.2.3