From a634c7be65113c74736be0fb98f31b0c83ec2882 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 22 Jan 2013 21:20:05 -0500 Subject: Fix some compile errors --- modules/commands/cs_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_info.cpp') diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index 074e48fd0..8808ec628 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -107,7 +107,7 @@ class CommandCSInfo : public Command } if (ci->HasExt("SUSPENDED")) { - Anope::string *by = ci->GetExt("suspend_by"), *reason = ci->GetExt("suspend_reason"); + Anope::string *by = ci->GetExt *>("suspend_by"), *reason = ci->GetExt *>("suspend_reason"); if (by != NULL) info["Suspended"] = Anope::printf("[%s] %s", by->c_str(), (reason && !reason->empty() ? reason->c_str() : NO_REASON)); } -- cgit