diff options
Diffstat (limited to 'include/commands/cmd_time.h')
-rw-r--r-- | include/commands/cmd_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_time.h b/include/commands/cmd_time.h index d0206b84b..24423c46e 100644 --- a/include/commands/cmd_time.h +++ b/include/commands/cmd_time.h @@ -24,12 +24,12 @@ * the same way, however, they can be fully unloaded, where these * may not. */ -class cmd_time : public command_t +class cmd_time : public Command { public: /** Constructor for time. */ - cmd_time (InspIRCd* Instance) : command_t(Instance,"TIME",0,0) { syntax = "[<servername>]"; } + cmd_time (InspIRCd* Instance) : Command(Instance,"TIME",0,0) { syntax = "[<servername>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |