From 12737ab4ad61a0d8a908c8a21594c7012e21eb3c Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Aug 2006 01:35:01 +0000 Subject: ConfigReader and FileReader now take InspIRCd* to their constructors git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4865 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_away.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd_away.cpp') diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index caef2c829..60833562d 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -23,7 +23,7 @@ #include "helperfuncs.h" #include "commands/cmd_away.h" -extern InspIRCd* ServerInstance; + void cmd_away::Handle (const char** parameters, int pcnt, userrec *user) { -- cgit v1.2.3