diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<User> u; public: /* The account executing the command */ Reference<NickCore> nc; |