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