diff --git a/include/commands.h b/include/commands.h index 10ddeed2b..be800aa32 100644 --- a/include/commands.h +++ b/include/commands.h @@ -55,7 +55,7 @@ class CoreExport CommandSource /* The nick executing the command */ Anope::string nick; /* User executing the command, may be NULL */ - User *u; + Reference u; public: /* The account executing the command */ Reference nc;