From 002ee20d3d3885c4c84ab8d098ece222e936e259 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 10 Mar 2006 12:27:15 +0000 Subject: Missing a changeover git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3629 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/cull_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cull_list.h b/include/cull_list.h index 683e4493b..72b5d3f55 100644 --- a/include/cull_list.h +++ b/include/cull_list.h @@ -42,7 +42,7 @@ class CullItem userrec* user; /** Holds the quit reason to use for this user. */ - char* reason; + std::string reason; public: /** Constrcutor. * Initializes the CullItem with a user pointer -- cgit v1.2.3